changeset 15430:760c7139c19c

(make-lucid-menu-keymap): Add menu-alias property.
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Jun 1996 21:05:06 +0000
parents 34acde979294
children 68cca71d69bd
files lisp/emacs-lisp/lmenu.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lmenu.el	Thu Jun 13 21:04:52 1996 +0000
+++ b/lisp/emacs-lisp/lmenu.el	Thu Jun 13 21:05:06 1996 +0000
@@ -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