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

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

[elpa] master 763d42b 048/272: Initialize `ivy-last` to empty state.


From: Oleh Krehel
Subject: [elpa] master 763d42b 048/272: Initialize `ivy-last` to empty state.
Date: Mon, 25 Apr 2016 10:13:16 +0000

branch: master
commit 763d42b9590ad69c3ed6c76d92fb61afe103a580
Author: Stephen Whipple <address@hidden>
Commit: Stephen Whipple <address@hidden>

    Initialize `ivy-last` to empty state.
---
 ivy.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index d43f60f..e65635d 100644
--- a/ivy.el
+++ b/ivy.el
@@ -238,7 +238,7 @@ Only \"./\" and \"../\" apply here. They appear in reverse 
order."
   dynamic-collection
   caller)
 
-(defvar ivy-last nil
+(defvar ivy-last (make-ivy-state)
   "The last parameters passed to `ivy-read'.
 
 This should eventually become a stack so that you could use



reply via email to

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