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

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

[elpa] 92/117: Remove local read-key reset; Shouldn't be needed


From: Matthew Fidler
Subject: [elpa] 92/117: Remove local read-key reset; Shouldn't be needed
Date: Fri, 25 Jul 2014 13:24:31 +0000

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

commit 56736b47c1a498cc3932248327b51d2221d5c5fd
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jul 23 07:18:41 2014 -0500

    Remove local read-key reset; Shouldn't be needed
---
 ergoemacs-theme-engine.el |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index cfe12ad..d4837f8 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -512,7 +512,7 @@ DEF is anything that can be a key's definition:
         (push key-vect rm-keys)
         (oset obj rm-keys rm-keys))
        ((and global-map-p (commandp def t)
-             (not (string-match "\\(mouse\\|wheel\\|remap\\)" key-desc))
+             (not (string-match "\\(mouse\\|wheel\\|remap\\)" key-desc))
              (ergoemacs-shortcut-function-binding def))
         ;; This key could have some smart interpretations.
         (ergoemacs-define-map--shortcut-list obj key-vect def)
@@ -1344,7 +1344,6 @@ FULL-SHORTCUT-MAP-P "
        full-shortcut-map-p))))
 
 (declare-function ergoemacs-shortcut-remap-list "ergoemacs-shortcuts.el")
-(defvar ergoemacs-read-local-emulation-mode-map-alist)
 (defun ergoemacs-theme--install-shortcut-item (key args keymap lookup-keymap
                                                    full-shortcut-map-p)
   (let (fn-lst)
@@ -1652,7 +1651,6 @@ The actual keymap changes are included in 
`ergoemacs-emulation-mode-map-alist'."
             ergoemacs-unbind-keys (not remove-p)
             ergoemacs-read-input-keymap (ergoemacs-flatten-composed-keymap  
final-read-map)
             ergoemacs-read-emulation-mode-map-alist 
`((ergoemacs-read-input-keys ,@final-read-map))
-            ergoemacs-read-local-emulation-mode-map-alist nil
             ergoemacs-shortcut-keymap (ergoemacs-flatten-composed-keymap 
final-shortcut-map)
             ergoemacs-no-shortcut-keymap (ergoemacs-flatten-composed-keymap 
final-no-shortcut-map)
             ergoemacs-unbind-keymap (ergoemacs-flatten-composed-keymap 
final-unbind-map)



reply via email to

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