# HG changeset patch # User Richard M. Stallman # Date 766088499 0 # Node ID 3063675a542425f461a20f86c1d86684df30bc70 # Parent 15e380b232fae11dc1ea05a5b12433f9de976512 entered into RCS diff -r 15e380b232fa -r 3063675a5424 lisp/emacs-lisp/easymenu.el --- 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)))