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

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

[elpa] master 23bd7a4 075/348: counsel.el (counsel-git): Add :caller


From: Oleh Krehel
Subject: [elpa] master 23bd7a4 075/348: counsel.el (counsel-git): Add :caller
Date: Sat, 8 Apr 2017 11:03:30 -0400 (EDT)

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

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

diff --git a/counsel.el b/counsel.el
index be8d9bf..211f8b9 100644
--- a/counsel.el
+++ b/counsel.el
@@ -849,7 +849,8 @@ Describe the selected candidate."
                    "\n"
                    t)))
       (ivy-read "Find file" cands
-                :action #'counsel-git-action))))
+                :action #'counsel-git-action
+                :caller 'counsel-git))))
 
 (defun counsel-git-action (x)
   (with-ivy-window



reply via email to

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