From dd21b389a170132be0d969110e4b8698e2b6deb0 Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Fri, 4 Jul 1997 13:24:25 +0000 Subject: [PATCH] New command names. --- lisp/menu-bar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.39.5