summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>1997-07-04 13:25:17 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>1997-07-04 13:25:17 +0000
commit0f83c154aacab0351691faa4966d4d77ff503ed2 (patch)
tree69117d473631456831596b3848ae43a7aa3a5129 /lisp/menu-bar.el
parent5345bb1a5b1a9843df318aa9f962eba361dfe51d (diff)
downloademacs-0f83c154aacab0351691faa4966d4d77ff503ed2.tar.gz
Fix previous change.
Diffstat (limited to 'lisp/menu-bar.el')
-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 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]