diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-05-03 00:53:50 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-05-03 00:53:50 +0000 |
commit | 6fe9c6584a09a5d236578bebc2776258e19a533e (patch) | |
tree | e68899f5b9266206f30808e795269c6f6c768572 /lisp | |
parent | d8578e586c0021e97fcd9cd1229fdb32b2d4461e (diff) | |
download | emacs-6fe9c6584a09a5d236578bebc2776258e19a533e.tar.gz emacs-6fe9c6584a09a5d236578bebc2776258e19a533e.tar.bz2 emacs-6fe9c6584a09a5d236578bebc2776258e19a533e.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/menu-bar.el | 2 |
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." '("Specific Face..." . customize-face)) (define-key menu-bar-custom-menu [customize-option] '("Specific Option..." . customize-option)) +(define-key menu-bar-custom-menu [customize-changed-options] + '("Changed Options..." . customize-changed-options)) (define-key menu-bar-custom-menu [separator-3] '("--")) (define-key menu-bar-custom-menu [customize-browse] |