branch: externals/ergoemacs-mode
commit 4710b5f9999883c4fcd4aeb862d8bfd8fc5ba7aa
Author: Fidler <matthew.fid...@gmail.com>
Commit: Fidler <matthew.fid...@gmail.com>

    Fix eating of the variable
---
 ergoemacs-command-loop.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index 47ea3e6..43aa902 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -1165,7 +1165,6 @@ is the :full command loop."
                        unread-command-events ergoemacs-command-loop--eat-unread
                        ergoemacs-command-loop--eat-unread nil)
                  (ergoemacs-command-loop--prefix-timer))))
-      (define-key map ergoemacs-command-loop--eat fn)
       (define-key map [eroemacs-eat] fn)
       (define-key map (vconcat ergoemacs-command-loop--eat [eroemacs-eat]) fn)
       (setq overriding-terminal-local-map map

Reply via email to