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

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

[elpa] master 2386277 060/167: ivy.el (ivy-resume): Pass caller


From: Oleh Krehel
Subject: [elpa] master 2386277 060/167: ivy.el (ivy-resume): Pass caller
Date: Tue, 08 Dec 2015 10:49:54 +0000

branch: master
commit 23862775f7877552afc6b2d94274dfd9672717cf
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-resume): Pass caller
    
    Fixes #245
---
 ivy.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ivy.el b/ivy.el
index 649dcae..f985ef7 100644
--- a/ivy.el
+++ b/ivy.el
@@ -500,7 +500,8 @@ If the text hasn't changed as a result, forward to 
`ivy-alt-done'."
    :unwind (ivy-state-unwind ivy-last)
    :re-builder (ivy-state-re-builder ivy-last)
    :matcher (ivy-state-matcher ivy-last)
-   :dynamic-collection (ivy-state-dynamic-collection ivy-last)))
+   :dynamic-collection (ivy-state-dynamic-collection ivy-last)
+   :caller (ivy-state-caller ivy-last)))
 
 (defvar ivy-calling nil
   "When non-nil, call the current action when `ivy--index' changes.")



reply via email to

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