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
commita6d02d80ca445dacfb9ba443ab3c87e071dd7f5e (patch)
treed85b72526a629180ab68f0e86060d84511496c8c /lisp/menu-bar.el
parent619393960473088d5339b47e0b2775ce6a0c46b4 (diff)
downloademacs-a6d02d80ca445dacfb9ba443ab3c87e071dd7f5e.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]