changeset 6794:3063675a5424

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Apr 1994 18:21:39 +0000
parents 15e380b232fa
children a379e974be7c
files lisp/emacs-lisp/easymenu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el	Sun Apr 10 09:09:47 1994 +0000
+++ b/lisp/emacs-lisp/easymenu.el	Mon Apr 11 18:21:39 1994 +0000
@@ -83,7 +83,7 @@
 	       (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)))