summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-08 18:15:46 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-08 18:15:46 +0000
commit92177123dc797c58b1456de4afb761b572b2efc7 (patch)
treeea5a53d45bb892c9fc04db23230174cff9252011 /lisp/menu-bar.el
parentb56c87bccf542d2959ab26cce03c5766c002ae96 (diff)
downloademacs-92177123dc797c58b1456de4afb761b572b2efc7.tar.gz
(menu-bar-tools-menu): Delete ediff-doc and eregistry items.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index d506ed4e9ef..29047d18a1c 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -73,10 +73,6 @@ A large number or nil slows down menu responsiveness.")
(define-key menu-bar-tools-menu [separator-compare]
'("--"))
-(define-key menu-bar-tools-menu [ediff-doc]
- '("Ediff Manual..." . ediff-documentation))
-(define-key menu-bar-tools-menu [eregistry]
- '("List Ediff Sessions..." . ediff-show-registry))
(define-key menu-bar-tools-menu [epatch]
'("Apply Patch" . menu-bar-epatch-menu))
(define-key menu-bar-tools-menu [ediff-merge]