(make-lucid-menu-keymap): Add menu-alias property.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 Jun 1996 21:05:06 +0000 (21:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 Jun 1996 21:05:06 +0000 (21:05 +0000)
lisp/emacs-lisp/lmenu.el

index 6572166..a878f6c 100644 (file)
@@ -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