changeset 12199:5f618eea1343

(help-menu): Symbol renamed from `help'.
author Karl Heuer <kwzh@gnu.org>
date Tue, 13 Jun 1995 03:29:47 +0000
parents 74afe5e734a8
children 4cd7efde834e
files lisp/menu-bar.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Tue Jun 13 02:17:40 1995 +0000
+++ b/lisp/menu-bar.el	Tue Jun 13 03:29:47 1995 +0000
@@ -30,9 +30,11 @@
 (defvar menu-bar-help-menu (make-sparse-keymap "Help"))
 
 ;; Force Help item to come last, after the major mode's own items.
-(setq menu-bar-final-items '(help))
+;; The symbol used to be called `help', but that gets confused with the
+;; help key.
+(setq menu-bar-final-items '(help-menu))
 
-(define-key global-map [menu-bar help] (cons "Help" menu-bar-help-menu))
+(define-key global-map [menu-bar help-menu] (cons "Help" menu-bar-help-menu))
 (defvar menu-bar-search-menu (make-sparse-keymap "Search"))
 (define-key global-map [menu-bar search] (cons "Search" menu-bar-search-menu))
 (defvar menu-bar-edit-menu (make-sparse-keymap "Edit"))