From: Richard M. Stallman Date: Wed, 7 May 1997 20:54:04 +0000 (+0000) Subject: (menu-bar-help-menu): Move "Customize" to the top. X-Git-Tag: emacs-20.1~2249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0cd87a4d63f1971311ecf75c146e1ff7a09ade9;p=emacs.git (menu-bar-help-menu): Move "Customize" to the top. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index fb8e07c428c..41bc628c895 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -337,8 +337,6 @@ Do the same for the keys of the same name." (define-key menu-bar-custom-menu [customize] '("Browse Hierarchy of User Options" . customize)) -(define-key menu-bar-help-menu [customize-menu] - (cons "Customize" menu-bar-custom-menu)) (define-key menu-bar-help-menu [emacs-version] '("Show Version" . emacs-version)) (define-key menu-bar-help-menu [report-emacs-bug] @@ -364,6 +362,8 @@ Do the same for the keys of the same name." (define-key menu-bar-help-menu [info] '("Browse Manuals" . info)) (define-key menu-bar-help-menu [emacs-faq] '("Emacs FAQ" . view-emacs-FAQ)) (define-key menu-bar-help-menu [emacs-news] '("Emacs News" . view-emacs-news)) +(define-key menu-bar-help-menu [customize-menu] + (cons "Customize" menu-bar-custom-menu)) (defun kill-this-buffer () ; for the menubar "Kills the current buffer."