]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-help-menu): Add "..."
authorKarl Heuer <kwzh@gnu.org>
Wed, 31 May 1995 19:41:49 +0000 (19:41 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 31 May 1995 19:41:49 +0000 (19:41 +0000)
lisp/menu-bar.el

index a49370fd52e966b5f367d4794978330b788a77b7..952a9af1a9e9275405c7b34fbb4543873660bc68 100644 (file)
@@ -297,7 +297,7 @@ Do the same for the keys of the same name."
 (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))