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:
parent
ccd5f1ca4c
commit
4fd6247b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue