]> git.eshelyaron.com Git - emacs.git/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Apr 1994 18:21:39 +0000 (18:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Apr 1994 18:21:39 +0000 (18:21 +0000)
lisp/emacs-lisp/easymenu.el

index 90b4f55fe09ec27c8079edd0259b2c86875b7890..3aa27c44de70ce47fe62079d040621f8d709ebdc 100644 (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)))