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

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

[elpa] master 9b28927 187/348: counsel.el (counsel-hydra-heads): Fixup


From: Oleh Krehel
Subject: [elpa] master 9b28927 187/348: counsel.el (counsel-hydra-heads): Fixup
Date: Sat, 8 Apr 2017 11:03:52 -0400 (EDT)

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

    counsel.el (counsel-hydra-heads): Fixup
    
    Fixes #696
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 6f2999d..f9e765c 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2300,7 +2300,7 @@ And insert it into the minibuffer. Useful during
                      (lookup-key keymap (kbd (nth 0 x)))))
                   heads)))
     (ivy-read "head: " head-names
-              :action #'call-interactively)
+              :action (lambda (x) (call-interactively (cdr x))))
     (hydra-keyboard-quit)))
 ;;** `counsel-semantic'
 (declare-function semantic-tag-start "tag")



reply via email to

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