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

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

[elpa] 54/117: Fix menu keybinding preprocessing


From: Matthew Fidler
Subject: [elpa] 54/117: Fix menu keybinding preprocessing
Date: Fri, 25 Jul 2014 13:24:12 +0000

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

commit 998a86bb7fb6c7c86b43af79b768116658a9184f
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 17 13:55:28 2014 -0500

    Fix menu keybinding preprocessing
---
 ergoemacs-menus.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index a3f9e3f..77fbb9d 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -63,6 +63,7 @@
     nil))
 
 (defun ergoemacs-preprocess-menu-keybindings (menu)
+  "Put `ergoemacs-mode' key bindings on menus."
   (if (not (ignore-errors (keymapp menu)))
       (progn
         (message "Invalid menu in ergoemacs-preprocess-menu-keybindings %s" 
menu)



reply via email to

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