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

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

[elpa] 185/287: Bug fix for ergoemacs-substitute-command.


From: Matthew Fidler
Subject: [elpa] 185/287: Bug fix for ergoemacs-substitute-command.
Date: Wed, 02 Jul 2014 14:45:50 +0000

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

commit bc78edf973658d596e82e277d531e36ae5c6e629
Author: Matthew L. Fidler <address@hidden>
Date:   Sat Jun 21 18:00:20 2014 -0500

    Bug fix for ergoemacs-substitute-command.
    
    Allows shortcuts to mask global bindins
---
 ergoemacs-advices.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el
index 2d5db7f..b3160b4 100644
--- a/ergoemacs-advices.el
+++ b/ergoemacs-advices.el
@@ -239,8 +239,9 @@ will add MAP to substitution."
           (progn
             (setq test (ergoemacs-real-key-description (nth 0 test-hash)))
             (ergoemacs-pretty-key test))
-        (let (ergoemacs-modal ergoemacs-repeat-keys ergoemacs-read-input-keys
-                              ergoemacs-shortcut-keys)
+        (let (ergoemacs-modal
+              ergoemacs-repeat-keys
+              ergoemacs-read-input-keys)
           (ergoemacs-pretty-key
            (ergoemacs-real-substitute-command-keys
             (or (and map (concat map string)) string))))))))



reply via email to

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