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