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

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

[nongnu] elpa/evil-escape a14fb7a538 106/133: Change predicate to charac


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape a14fb7a538 106/133: Change predicate to characterp in pre-command-hook
Date: Wed, 3 Jan 2024 21:59:57 -0500 (EST)

branch: elpa/evil-escape
commit a14fb7a538f4018bd694fef41a9066cd41003330
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Change predicate to characterp in pre-command-hook
    
    Fixes #67
---
 evil-escape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-escape.el b/evil-escape.el
index 9a6487b29d..a0b2b47e08 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -179,7 +179,7 @@ with a key sequence."
           (when inserted (evil-escape--delete))
           (set-buffer-modified-p modified)
           (cond
-           ((and (integerp evt)
+           ((and (characterp evt)
                  (or (and (equal (this-command-keys) (evil-escape--first-key))
                           (char-equal evt skey))
                      (and evil-escape-unordered-key-sequence



reply via email to

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