From e6354b3ed48c8c0dedf18c1942399f6d34a6383d Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Fri, 4 Jul 1997 13:25:17 +0000 Subject: [PATCH] Fix previous change. --- 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 e51d69c5faf..e23805717fc 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -336,7 +336,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] - '("Update This Menu" . custom-menu-update)) + '("Update This Menu" . Custom-menu-update)) (define-key menu-bar-custom-menu [customize-apropos] '("Apropos..." . customize-apropos)) (define-key menu-bar-custom-menu [customize-group] @@ -345,7 +345,7 @@ Do the same for the keys of the same name." '("Specific Face..." . customize-face)) (define-key menu-bar-custom-menu [customize-variable] '("Specific Variable..." . customize-variable)) -(define-key menu-bar-custom-menu [customize] +(define-key menu-bar-custom-menu [customize-browse] '("Browse Hierarchy of User Options" . customize-browse)) (define-key menu-bar-help-menu [emacs-version] -- 2.39.2