diff options
| -rw-r--r-- | lisp/emacs-lisp/easymenu.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 6ce754cd35f..9360f778cfc 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -164,7 +164,8 @@ is a list of menu items, as above." | |||
| 164 | selected | 164 | selected |
| 165 | ;; Simulate radio buttons with menu-enable. | 165 | ;; Simulate radio buttons with menu-enable. |
| 166 | (put command 'menu-enable | 166 | (put command 'menu-enable |
| 167 | (list 'not selected))))))) | 167 | (list 'not selected))))) |
| 168 | (put command 'menu-enable keyword))) | ||
| 168 | (if (keymapp callback) | 169 | (if (keymapp callback) |
| 169 | (setq name (concat name " ..."))) | 170 | (setq name (concat name " ..."))) |
| 170 | (if (symbolp callback) | 171 | (if (symbolp callback) |