mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit fde4aa447589b046b1e57102a8b519d009a259f3 Author: Matthew L. Fidler <[email protected]> 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))
