changeset 7154:47987d8aba3d

(menu-bar-help-menu): Add item for report-emacs-bug.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 04:17:42 +0000
parents 4e0683b070f8
children 8f4607bc9419
files lisp/menu-bar.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Thu Apr 28 04:15:32 1994 +0000
+++ b/lisp/menu-bar.el	Thu Apr 28 04:17:42 1994 +0000
@@ -134,6 +134,8 @@
 
 (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))