summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."
'("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]