diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-07-04 13:25:17 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-07-04 13:25:17 +0000 |
commit | e6354b3ed48c8c0dedf18c1942399f6d34a6383d (patch) | |
tree | 1d1901f17cd9b572f96c3854ef6f4eb3c8975a6d /lisp/menu-bar.el | |
parent | dd21b389a170132be0d969110e4b8698e2b6deb0 (diff) | |
download | emacs-e6354b3ed48c8c0dedf18c1942399f6d34a6383d.tar.gz |
Fix previous change.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 4 |
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] |