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

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

[elpa] 206/287: Remove debugging comment for ergoemacs-rm-key


From: Matthew Fidler
Subject: [elpa] 206/287: Remove debugging comment for ergoemacs-rm-key
Date: Wed, 02 Jul 2014 14:46:01 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit fde4aa447589b046b1e57102a8b519d009a259f3
Author: Matthew L. Fidler <address@hidden>
Date:   Tue Jun 24 00:01:53 2014 +0800

    Remove debugging comment for ergoemacs-rm-key
---
 ergoemacs-theme-engine.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index 26c37e7..15c86d9 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -1832,7 +1832,6 @@ DONT-COLLAPSE doesn't collapse empty keymaps"
             ;; Reset keymaps.
             (dolist (map '(ergoemacs-shortcut-keymap 
ergoemacs-read-input-keymap ergoemacs-keymap ergoemacs-unbind-keymap))
               (when (symbol-value map)
-                (message "Rm Key %s" (key-description key))
                 (set map (ergoemacs-rm-key (symbol-value map) key))
                 (setq lk (lookup-key (symbol-value map) key))
                 (if (not (integerp lk))



reply via email to

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