summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1997-06-18 00:26:54 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1997-06-18 00:26:54 +0000
commitdd824ce4e975de9542f17afabbbac07cccf77799 (patch)
treee0583ccef274bc1f242ad090472fbcb097dada70 /lisp/menu-bar.el
parent3eb37b087eec6c8955193c213be81c32835192e6 (diff)
downloademacs-dd824ce4e975de9542f17afabbbac07cccf77799.tar.gz
Added [ediff-misc] to menu-bar-tools-menu
Diffstat (limited to 'lisp/menu-bar.el')
-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 7073866e6b7..0103d82c43a 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -85,6 +85,8 @@ A large number or nil slows down menu responsiveness."
(define-key menu-bar-tools-menu [separator-compare]
'("--"))
+(define-key menu-bar-tools-menu [ediff-misc]
+ '("Ediff Miscellanea" . menu-bar-ediff-misc-menu))
(define-key menu-bar-tools-menu [epatch]
'("Apply Patch" . menu-bar-epatch-menu))
(define-key menu-bar-tools-menu [ediff-merge]