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

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

[elpa] 98/117: Don't remove things from the shortcut hash


From: Matthew Fidler
Subject: [elpa] 98/117: Don't remove things from the shortcut hash
Date: Fri, 25 Jul 2014 13:24:34 +0000

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

commit 18a380e728c996d31ee71f8ef1c4379586b87189
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jul 23 12:36:36 2014 -0500

    Don't remove things from the shortcut hash
---
 ergoemacs-theme-engine.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index a08e903..4c146cf 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -2213,7 +2213,7 @@ DONT-COLLAPSE doesn't collapse empty keymaps"
                 (when (commandp lk t)
                   (set map (ergoemacs-rm-key (symbol-value map) test-key)))))
             ;; Remove from shortcuts, if present
-            (remhash key ergoemacs-command-shortcuts-hash)
+            ;; (remhash key ergoemacs-command-shortcuts-hash)
             ;; Reset `ergoemacs-shortcut-prefix-keys'
             (setq ergoemacs-shortcut-prefix-keys '())
             (maphash



reply via email to

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