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

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

[elpa] externals/ivy 9c04222ad2 2/2: Merge branch 'master' into external


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy 9c04222ad2 2/2: Merge branch 'master' into externals/ivy
Date: Fri, 14 Jul 2023 03:58:38 -0400 (EDT)

branch: externals/ivy
commit 9c04222ad2ba3be2ae4ff5bc76fb87aa62b18cb6
Merge: abc993c6d0 9d630d800e
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Merge branch 'master' into externals/ivy
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index cacb67f56b..78ca834600 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3386,7 +3386,7 @@ Should be run via minibuffer `post-command-hook'."
   (let ((coll (condition-case nil
                   (funcall (ivy-state-collection ivy-last) input)
                 (error
-                 (funcall (ivy-state-collection ivy-last) input nil nil)))))
+                 (funcall (ivy-state-collection ivy-last) input nil t)))))
     (if (listp coll)
         (mapcar (lambda (x) (if (consp x) (car x) x)) coll)
       coll)))



reply via email to

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