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

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

[elpa] 100/117: Do not reset ergoemacs-command-shortcuts-hash


From: Matthew Fidler
Subject: [elpa] 100/117: Do not reset ergoemacs-command-shortcuts-hash
Date: Fri, 25 Jul 2014 13:24:35 +0000

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

commit aa2c368ddc2ad7574ac8ca8e64264d8aafa05172
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 08:40:08 2014 -0500

    Do not reset ergoemacs-command-shortcuts-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 4c146cf..288be93 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -1637,7 +1637,7 @@ The actual keymap changes are included in 
`ergoemacs-emulation-mode-map-alist'."
                   hook-map-list))))
       
       ;; Reset shortcut hash
-      (setq ergoemacs-command-shortcuts-hash (make-hash-table :test 'equal)
+      (setq ;;ergoemacs-command-shortcuts-hash (make-hash-table :test 'equal)
             ergoemacs-shortcut-prefix-keys '()
             ergoemacs-original-keys-to-shortcut-keys-regexp ""
             ergoemacs-original-keys-to-shortcut-keys (make-hash-table :test 
'equal))



reply via email to

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