1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 15:50:40 -08:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1994-04-11 18:21:39 +00:00
parent ccd5f1ca4c
commit 4fd6247b5c

View file

@ -83,7 +83,7 @@ is a list of menu items, as above."
(setq name (if (string-match "^-+$" item) "" item)))
((consp item)
(setq command (easy-menu-keymap (car item) (cdr item)))
(setq name (concat (car item) "...")))
(setq name (car item)))
((vectorp item)
(setq command (make-symbol (format "menu-function-%d"
easy-menu-item-count)))