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

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

[nongnu] elpa/evil-escape fd1f59d4ab 131/133: Add non-matching events to


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape fd1f59d4ab 131/133: Add non-matching events to unread-post-input-method-events
Date: Wed, 3 Jan 2024 21:59:59 -0500 (EST)

branch: elpa/evil-escape
commit fd1f59d4abc986d8549740d3b839c9f8293ab6d3
Author: John Grey <johngrey4296@gmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Add non-matching events to unread-post-input-method-events
    
    This merges https://github.com/syl20bnr/evil-escape/pull/93.
    @hlissner merged this into his fork, so I assume it is good.
---
 evil-escape.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-escape.el b/evil-escape.el
index b47e9ade39..7e5aff726a 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -203,8 +203,8 @@ If any of these functions return non nil, evil escape will 
be inhibited."
               (setq this-command esc-fun)
               (setq this-original-command esc-fun))))
          ((null evt))
-         (t (setq unread-command-events
-                  (append unread-command-events (list evt)))))))))
+         (t (setq unread-post-input-method-events
+                  (append unread-post-input-method-events (list evt)))))))))
 
 (defun evil-escape--evil-repeat (fn &rest args)
   "Bind `evil-escape-inhibit' to t."



reply via email to

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