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

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

[elpa] externals/ergoemacs-mode 176af55 10/87: Take out message


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 176af55 10/87: Take out message
Date: Wed, 14 Apr 2021 18:46:58 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 176af5544c5402d643180260ebe791322dd5c6bf
Author: Fidler <matthew.fidler@gmail.com>
Commit: Fidler <matthew.fidler@gmail.com>

    Take out message
---
 ergoemacs-command-loop.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index c9a4d91..ebd4219 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -1155,7 +1155,6 @@ is the :full command loop."
 (defun ergoemacs-command-loop--eat ()
   "Eat the key sequence calling the prefix start."
   (when ergoemacs-command-loop--eat
-    (message "Eat %s" ergoemacs-command-loop--eat)
     (let ((map (make-keymap)))
       (define-key map ergoemacs-command-loop--eat '(lambda () (interactive) 
(setq overriding-terminal-local-map nil)))
       (setq overriding-terminal-local-map map



reply via email to

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