]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-help-menu): Add item for report-emacs-bug.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 04:17:42 +0000 (04:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 04:17:42 +0000 (04:17 +0000)
lisp/menu-bar.el

index c4882f28c8a7f4ed3b68dbd14800139c9ccce38e..de653f8a65f376880d3939c3805e4b76b2423fe3 100644 (file)
 \f
 (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))
 (define-key menu-bar-help-menu [emacs-tutorial]
   '("Emacs Tutorial" . help-with-tutorial))
 (define-key menu-bar-help-menu [man] '("Man..." . manual-entry))