From 6fe9c6584a09a5d236578bebc2776258e19a533e Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 3 May 1998 00:53:50 +0000 Subject: [PATCH] *** empty log message *** --- lisp/menu-bar.el | 2 ++ 1 file changed, 2 insertions(+) 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] -- 2.39.5