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

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

[elpa] 164/287: Removed saved-overriding-map variable changes.


From: Matthew Fidler
Subject: [elpa] 164/287: Removed saved-overriding-map variable changes.
Date: Wed, 02 Jul 2014 14:45:38 +0000

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

commit 48057c23a4fdcca937121de3bf7b05c516256eb7
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jun 19 07:19:28 2014 -0500

    Removed saved-overriding-map variable changes.
---
 ergoemacs-shortcuts.el |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/ergoemacs-shortcuts.el b/ergoemacs-shortcuts.el
index cd5d858..174f37d 100644
--- a/ergoemacs-shortcuts.el
+++ b/ergoemacs-shortcuts.el
@@ -1675,8 +1675,7 @@ Setup C-c and C-x keys to be described properly.")
         hashkey lookup override-text-map override orig-map
         tmp-overlay)
     (cond
-     ((and overriding-terminal-local-map
-           (or (not (boundp 'saved-overriding-map)) (eq saved-overriding-map 
t)))
+     ((and overriding-terminal-local-map nil) ;; Don't do this for now...
       (when (or
              (eq (lookup-key
                   overriding-terminal-local-map [ergoemacs]) 'ignore)
@@ -1831,8 +1830,7 @@ The keymaps are:
         hashkey hashkey-read lookup override-text-map override-read-map
         override orig-map)
     (cond
-     ((and overriding-terminal-local-map
-           (or (not (boundp 'saved-overriding-map)) (eq saved-overriding-map 
t)))
+     ((and overriding-terminal-local-map nil) ;; Don't do this for now
       (when (not
              (eq (lookup-key
                   overriding-terminal-local-map [ergoemacs])



reply via email to

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