aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu1998-05-03 00:53:50 +0000
committerDan Nicolaescu1998-05-03 00:53:50 +0000
commit6fe9c6584a09a5d236578bebc2776258e19a533e (patch)
treee68899f5b9266206f30808e795269c6f6c768572
parentd8578e586c0021e97fcd9cd1229fdb32b2d4461e (diff)
downloademacs-6fe9c6584a09a5d236578bebc2776258e19a533e.tar.gz
emacs-6fe9c6584a09a5d236578bebc2776258e19a533e.zip
*** empty log message ***
-rw-r--r--lisp/menu-bar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 9a868bdd22a..b0015abda8e 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -369,6 +369,8 @@ Do the same for the keys of the same name."
369 '("Specific Face..." . customize-face)) 369 '("Specific Face..." . customize-face))
370(define-key menu-bar-custom-menu [customize-option] 370(define-key menu-bar-custom-menu [customize-option]
371 '("Specific Option..." . customize-option)) 371 '("Specific Option..." . customize-option))
372(define-key menu-bar-custom-menu [customize-changed-options]
373 '("Changed Options..." . customize-changed-options))
372(define-key menu-bar-custom-menu [separator-3] 374(define-key menu-bar-custom-menu [separator-3]
373 '("--")) 375 '("--"))
374(define-key menu-bar-custom-menu [customize-browse] 376(define-key menu-bar-custom-menu [customize-browse]