From: Richard M. Stallman Date: Mon, 11 Apr 1994 18:21:39 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~9059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fd6247b5ce4e0167e64d49e2baef0be4bba33b7;p=emacs.git entered into RCS --- 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." (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)))