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

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

[elpa] master 44856a3 219/272: ivy.el (ivy-read): Revert abf880f


From: Oleh Krehel
Subject: [elpa] master 44856a3 219/272: ivy.el (ivy-read): Revert abf880f
Date: Mon, 25 Apr 2016 10:13:26 +0000

branch: master
commit 44856a390dfd20d579fb3add68e145ef694e09b5
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-read): Revert abf880f
    
    Re #454
---
 ivy.el |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ivy.el b/ivy.el
index b5b8f86..4f46ae4 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1283,9 +1283,7 @@ customizations apply to the current completion session."
         (transformer-fn
          (plist-get ivy--display-transformers-list
                     (or caller (and (functionp collection)
-                                    collection))))
-        (original-action (and (consp action)
-                              (copy-sequence action))))
+                                    collection)))))
     (setq ivy-last
           (make-ivy-state
            :prompt prompt
@@ -1341,8 +1339,6 @@ customizations apply to the current completion session."
             (when recursive-ivy-last
               (ivy--reset-state (setq ivy-last recursive-ivy-last)))))
       (ivy-call)
-      (when original-action
-        (setf (ivy-state-action ivy-last) original-action))
       (when (and recursive-ivy-last
                  ivy-recursive-restore)
         (ivy--reset-state (setq ivy-last recursive-ivy-last))))))



reply via email to

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