From cf78d42eb455f263dd6410e22bb486e83119723d Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Wed, 30 Mar 2016 06:47:32 +0200 Subject: [PATCH] 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 1c43b6e6e..31b0ba02a 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." -- 2.39.2