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

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

[elpa] externals/ivy-explorer 92abbe8 5/7: Don't read dispatch action tw


From: Clemens Radermacher
Subject: [elpa] externals/ivy-explorer 92abbe8 5/7: Don't read dispatch action twice
Date: Wed, 16 Jan 2019 10:08:26 -0500 (EST)

branch: externals/ivy-explorer
commit 92abbe82e982e0b2cfd3ba517fd8e052da5bb677
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Don't read dispatch action twice
---
 ivy-explorer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-explorer.el b/ivy-explorer.el
index e948765..ab2d45b 100644
--- a/ivy-explorer.el
+++ b/ivy-explorer.el
@@ -347,7 +347,7 @@ in this case `avy' is not invoked again."
      (lambda ()
        (let ((action (ivy-read-action)))
          (when action
-           (ivy-set-action (ivy-read-action))
+           (ivy-set-action action)
            (ivy-done)))))))
 
 (defun ivy-explorer-dired ()



reply via email to

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