comparison lisp/menu-bar.el @ 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
comparison
equal deleted inserted replaced
7153:4e0683b070f8 7154:47987d8aba3d
132 (define-key global-map [f16] 'clipboard-kill-ring-save) 132 (define-key global-map [f16] 'clipboard-kill-ring-save)
133 (define-key global-map [f18] 'clipboard-yank) 133 (define-key global-map [f18] 'clipboard-yank)
134 134
135 (define-key menu-bar-help-menu [emacs-version] 135 (define-key menu-bar-help-menu [emacs-version]
136 '("Show Version" . emacs-version)) 136 '("Show Version" . emacs-version))
137 (define-key menu-bar-help-menu [report-emacs-bug]
138 '("Send Bug Report" . report-emacs-bug))
137 (define-key menu-bar-help-menu [emacs-tutorial] 139 (define-key menu-bar-help-menu [emacs-tutorial]
138 '("Emacs Tutorial" . help-with-tutorial)) 140 '("Emacs Tutorial" . help-with-tutorial))
139 (define-key menu-bar-help-menu [man] '("Man..." . manual-entry)) 141 (define-key menu-bar-help-menu [man] '("Man..." . manual-entry))
140 (define-key menu-bar-help-menu [describe-variable] 142 (define-key menu-bar-help-menu [describe-variable]
141 '("Describe Variable..." . describe-variable)) 143 '("Describe Variable..." . describe-variable))