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

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

[elpa] 74/117: Remove debugging for iswitch-buffer


From: Matthew Fidler
Subject: [elpa] 74/117: Remove debugging for iswitch-buffer
Date: Fri, 25 Jul 2014 13:24:22 +0000

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

commit 30043968638cdb96e74a8bf48c08eee46246e476
Author: Matthew L. Fidler <address@hidden>
Date:   Fri Jul 18 12:24:15 2014 -0500

    Remove debugging for iswitch-buffer
---
 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 391e0ad..3a3cbb3 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -1485,9 +1485,7 @@ FULL-SHORTCUT-MAP-P "
                                ,(when (and first (ergoemacs-is-first-p obj 
hook map-name))
                                   `(progn
                                      (define-key ,map-name [,map-name] 'ignore)
-                                     (remove-hook ',hook ',fn-name)))
-                               ,(when (eq hook 'iswitchb-define-mode-map-hook)
-                                  `(message "%s" (substitute-command-keys 
"\\{iswitchb-mode-map}")))))))
+                                     (remove-hook ',hook ',fn-name)))))))
                   (funcall (if remove-p #'remove-hook #'add-hook) hook
                            fn-name)
                   (when (and first (not remove-p)



reply via email to

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