From: Per Abrahamsen Date: Fri, 4 Jul 1997 13:25:17 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-20.1~1344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6354b3ed48c8c0dedf18c1942399f6d34a6383d;p=emacs.git Fix previous change. --- 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]