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:
parent
a53c766630
commit
0579e89d98
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user