branch: elpa/evil-escape
commit fd1f59d4abc986d8549740d3b839c9f8293ab6d3
Author: John Grey <johngrey4...@gmail.com>
Commit: Jonas Bernoulli <jo...@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