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

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

[elpa] externals/consult cb016db065: Fix #521 (#522)


From: ELPA Syncer
Subject: [elpa] externals/consult cb016db065: Fix #521 (#522)
Date: Sat, 19 Feb 2022 14:57:20 -0500 (EST)

branch: externals/consult
commit cb016db0654fbce4112b0a9f124fc0cfc4c809de
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix #521 (#522)
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 2a26ebc607..7bc825309a 100644
--- a/consult.el
+++ b/consult.el
@@ -1276,7 +1276,7 @@ FACE is the cursor face."
   (let ((keys (this-single-command-keys)))
     (cdr (or (seq-find (lambda (x)
                          (and (not (eq (car x) 'any))
-                              (equal (vconcat (car x)) keys)))
+                              (lookup-key `(keymap (,(car x) . ignore)) keys)))
                        preview-key)
              (assq 'any preview-key)))))
 



reply via email to

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