# HG changeset patch # User Karl Heuer # Date 801949309 0 # Node ID b0970a642589398ca2929f9faf06866337747afe # Parent e293764039a582fef2176f12c8a80940050d7954 (menu-bar-help-menu): Add "..." diff -r e293764039a5 -r b0970a642589 lisp/menu-bar.el --- a/lisp/menu-bar.el Wed May 31 19:39:24 1995 +0000 +++ b/lisp/menu-bar.el Wed May 31 19:41:49 1995 +0000 @@ -297,7 +297,7 @@ (define-key menu-bar-help-menu [emacs-version] '("Show Version" . emacs-version)) (define-key menu-bar-help-menu [report-emacs-bug] - '("Send Bug Report" . report-emacs-bug)) + '("Send Bug Report..." . report-emacs-bug)) (define-key menu-bar-help-menu [emacs-tutorial] '("Emacs Tutorial" . help-with-tutorial)) (define-key menu-bar-help-menu [man] '("Man..." . manual-entry))