[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"
- [elpa] branch externals/ergoemacs-mode updated (ce2d85f -> 88f1373), Matthew Fidler, 2014/07/06
- [elpa] 03/08: Fix ergoemacs-keymap typo,
Matthew Fidler <=
- [elpa] 01/08: Change copyright symbol, Matthew Fidler, 2014/07/06
- [elpa] 05/08: Add copyright symbol, Matthew Fidler, 2014/07/06
- [elpa] 06/08: Fix typo in ergoemacs-keyfreq-gen-img, Matthew Fidler, 2014/07/06
- [elpa] 04/08: Remove duplicate ergoemacs-repeat-movement-full-keymap, Matthew Fidler, 2014/07/06
- [elpa] 02/08: v5.14.7.1, Matthew Fidler, 2014/07/06
- [elpa] 08/08: Byte compile twice to pick up any other byte-compile issues, Matthew Fidler, 2014/07/06
- [elpa] 07/08: Fix byte compile issues; Key frequency image issues have started to be fixed, Matthew Fidler, 2014/07/06