mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 4ebe0ece8d7b0a362c4ab972ec813919046873f2 Author: Matthew L. Fidler <[email protected]> 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"
