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

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

[elpa] 03/08: Fix ergoemacs-keymap typo


From: Matthew Fidler
Subject: [elpa] 03/08: Fix ergoemacs-keymap typo
Date: Sun, 06 Jul 2014 05:16:27 +0000

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

commit 4ebe0ece8d7b0a362c4ab972ec813919046873f2
Author: Matthew L. Fidler <address@hidden>
Date:   Sat Jul 5 23:49:34 2014 -0500

    Fix ergoemacs-keymap typo
---
 ergoemacs-advices.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el
index 36ef84e..aa597d6 100644
--- a/ergoemacs-advices.el
+++ b/ergoemacs-advices.el
@@ -68,8 +68,7 @@ Also adds keymap-flag for user-defined keys run with 
`run-mode-hooks'."
   (let ((is-global-p (equal keymap (current-global-map))))
     (if (and ergoemacs-run-mode-hooks
              (not (equal keymap (current-global-map)))
-             (not (equal keymap ergoemacs
-                         -keymap)))
+             (not (equal keymap ergoemacs-keymap)))
         (let ((ergoemacs-run-mode-hooks nil)
               (new-key (read-kbd-macro
                         (format "<ergoemacs-user> %s"



reply via email to

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