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

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

[elpa] 58/117: Remove ergoemacs-read-modal-keymap function


From: Matthew Fidler
Subject: [elpa] 58/117: Remove ergoemacs-read-modal-keymap function
Date: Fri, 25 Jul 2014 13:24:14 +0000

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

commit 92a1b795bd8428b7c4f43ed063a7e8987da2bbd7
Author: Matthew L. Fidler <address@hidden>
Date:   Fri Jul 18 06:40:21 2014 -0500

    Remove ergoemacs-read-modal-keymap function
---
 ergoemacs-shortcuts.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-shortcuts.el b/ergoemacs-shortcuts.el
index 974fa15..b7f8d20 100644
--- a/ergoemacs-shortcuts.el
+++ b/ergoemacs-shortcuts.el
@@ -1788,7 +1788,6 @@ Setup C-c and C-x keys to be described properly.")
     tmp-overlay))
 
 (defvar ergoemacs-read-input-keymap)
-(declare-function ergoemacs-modal-keymap "ergoemacs-modal.el")
 (defun ergoemacs-install-shortcut-up--internal (text keymap &optional 
dont-complete)
   (let* ((keymap keymap)
          read-map
@@ -1808,7 +1807,7 @@ Setup C-c and C-x keys to be described properly.")
       (if ergoemacs-modal
           (setq keymap
                 (let ((map (make-sparse-keymap)))
-                  (setq map (ergoemacs-modal-keymap map))
+                  (setq map ergoemacs-modal-keymap)
                   (setq map
                         (make-composed-keymap
                          (list



reply via email to

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