From: Dan Nicolaescu Date: Sun, 3 May 1998 00:53:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-20.3~1165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fe9c6584a09a5d236578bebc2776258e19a533e;p=emacs.git *** empty log message *** --- 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]