diff options
| -rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index c4882f28c8a..de653f8a65f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -134,6 +134,8 @@ | |||
| 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)) |