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

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