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

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

[elpa] master 3656dfe 171/348: ivy.el (ivy-exit-with-action): Remove wit


From: Oleh Krehel
Subject: [elpa] master 3656dfe 171/348: ivy.el (ivy-exit-with-action): Remove with-ivy-window
Date: Sat, 8 Apr 2017 11:03:49 -0400 (EDT)

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

    ivy.el (ivy-exit-with-action): Remove with-ivy-window
    
    Fixes #665
---
 ivy.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index 575e7af..63b89af 100644
--- a/ivy.el
+++ b/ivy.el
@@ -457,8 +457,7 @@ When non-nil, it should contain at least one %d.")
   "Quit the minibuffer and call ACTION afterwards."
   (ivy-set-action
    `(lambda (x)
-      (with-ivy-window
-        (funcall ',action x))
+      (funcall ',action x)
       (ivy-set-action ',(ivy-state-action ivy-last))))
   (setq ivy-exit 'done)
   (exit-minibuffer))



reply via email to

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