summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>1997-07-04 13:24:25 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>1997-07-04 13:24:25 +0000
commit5345bb1a5b1a9843df318aa9f962eba361dfe51d (patch)
tree175dba789e4d7fbb16140717331f4bfb0b026c0f
parent5657d78b3574b0a6ad15a345ef233f6e67ba2d28 (diff)
downloademacs-5345bb1a5b1a9843df318aa9f962eba361dfe51d.tar.gz
New command names.
-rw-r--r--lisp/menu-bar.el4
1 files 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))