1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(easy-menu-create-keymaps): Set menu-enable prop.

This commit is contained in:
Karl Heuer 1995-05-17 19:34:18 +00:00
parent a53c766630
commit 0579e89d98

View File

@ -164,7 +164,8 @@ is a list of menu items, as above."
selected
;; Simulate radio buttons with menu-enable.
(put command 'menu-enable
(list 'not selected)))))))
(list 'not selected)))))
(put command 'menu-enable keyword)))
(if (keymapp callback)
(setq name (concat name " ...")))
(if (symbolp callback)