]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 4 Jul 1997 13:25:17 +0000 (13:25 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 4 Jul 1997 13:25:17 +0000 (13:25 +0000)
lisp/menu-bar.el

index e51d69c5faf5bbcf41cb203b83302c194cdabb1b..e23805717fc0ee73831509786b1232be270f4d3d 100644 (file)
@@ -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]