From: Per Abrahamsen Date: Fri, 4 Jul 1997 13:24:25 +0000 (+0000) Subject: New command names. X-Git-Tag: emacs-20.1~1345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd21b389a170132be0d969110e4b8698e2b6deb0;p=emacs.git New command names. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 47cdd618517..e51d69c5faf 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -335,7 +335,7 @@ Do the same for the keys of the same name." (defvar menu-bar-custom-menu (make-sparse-keymap "Customize")) -(define-key menu-bar-custom-menu [custom-menu-update] +(define-key menu-bar-custom-menu [Custom-menu-update] '("Update This Menu" . custom-menu-update)) (define-key menu-bar-custom-menu [customize-apropos] '("Apropos..." . customize-apropos)) @@ -346,7 +346,7 @@ Do the same for the keys of the same name." (define-key menu-bar-custom-menu [customize-variable] '("Specific Variable..." . customize-variable)) (define-key menu-bar-custom-menu [customize] - '("Browse Hierarchy of User Options" . customize)) + '("Browse Hierarchy of User Options" . customize-browse)) (define-key menu-bar-help-menu [emacs-version] '("Show Version" . emacs-version))