diff options
Diffstat (limited to 'lisp/emacs-lisp/lmenu.el')
-rw-r--r-- | lisp/emacs-lisp/lmenu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index 6572166fdcb..a878f6ca206 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el @@ -81,6 +81,7 @@ (if (symbolp callback) (fset command callback) (fset command (list 'lambda () '(interactive) callback))) + (put command 'menu-alias t) (let ((i 2)) (while (< i (length item)) (cond |