emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cf78d42 212/272: counsel.el (counsel-find-file): Add :call


From: Oleh Krehel
Subject: [elpa] master cf78d42 212/272: counsel.el (counsel-find-file): Add :caller
Date: Mon, 25 Apr 2016 10:13:26 +0000

branch: master
commit cf78d42eb455f263dd6410e22bb486e83119723d
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-find-file): Add :caller
---
 counsel.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 1c43b6e..31b0ba0 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1120,7 +1120,8 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer 
during completion."
                            (when f (expand-file-name f))))
             :require-match 'confirm-after-completion
             :history 'file-name-history
-            :keymap counsel-find-file-map))
+            :keymap counsel-find-file-map
+            :caller 'counsel-find-file))
 
 (defun counsel-up-directory ()
   "Go to the parent directory preselecting the current one."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]