aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-11 18:21:39 +0000
committerRichard M. Stallman1994-04-11 18:21:39 +0000
commit4fd6247b5ce4e0167e64d49e2baef0be4bba33b7 (patch)
treee9f8e4c1d0558375cde9ce098e9c213b27a47e39
parentccd5f1ca4c24003bb741ba2ce1d3c06cea87fb81 (diff)
downloademacs-4fd6247b5ce4e0167e64d49e2baef0be4bba33b7.tar.gz
emacs-4fd6247b5ce4e0167e64d49e2baef0be4bba33b7.zip
entered into RCS
-rw-r--r--lisp/emacs-lisp/easymenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el
index 90b4f55fe09..3aa27c44de7 100644
--- a/lisp/emacs-lisp/easymenu.el
+++ b/lisp/emacs-lisp/easymenu.el
@@ -83,7 +83,7 @@ is a list of menu items, as above."
83 (setq name (if (string-match "^-+$" item) "" item))) 83 (setq name (if (string-match "^-+$" item) "" item)))
84 ((consp item) 84 ((consp item)
85 (setq command (easy-menu-keymap (car item) (cdr item))) 85 (setq command (easy-menu-keymap (car item) (cdr item)))
86 (setq name (concat (car item) "..."))) 86 (setq name (car item)))
87 ((vectorp item) 87 ((vectorp item)
88 (setq command (make-symbol (format "menu-function-%d" 88 (setq command (make-symbol (format "menu-function-%d"
89 easy-menu-item-count))) 89 easy-menu-item-count)))