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

commit 7c65caeb8616842ff47ec20e4a6cda6cf3050874
Author: Matthew L. Fidler <[email protected]>
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