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

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

[elpa] 194/287: Fix Issue #238


From: Matthew Fidler
Subject: [elpa] 194/287: Fix Issue #238
Date: Wed, 02 Jul 2014 14:45:55 +0000

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

commit 7c65caeb8616842ff47ec20e4a6cda6cf3050874
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jun 23 08:19:02 2014 -0500

    Fix Issue #238
---
 ergoemacs-menus.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index 675113a..97f81ad 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -235,7 +235,8 @@ All other modes are assumed to be minor modes or 
unimportant.
                       delete-other-windows)
           (separator5 menu-item "--")
           (execute-command menu-item "Execute Command" 
execute-extended-command)
-          (repeat-earlier-command "Repeat Earlier Command" 
repeat-complex-command)
+          (repeat-earlier-command menu-item "Repeat Earlier Command"
+                                  repeat-complex-command)
           (separator6 menu-item "--")
           (exit-emacs menu-item "Quit" save-buffers-kill-emacs)
           "File"))



reply via email to

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