diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-08 18:15:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-08 18:15:46 +0000 |
commit | a6d02d80ca445dacfb9ba443ab3c87e071dd7f5e (patch) | |
tree | d85b72526a629180ab68f0e86060d84511496c8c /lisp/menu-bar.el | |
parent | 619393960473088d5339b47e0b2775ce6a0c46b4 (diff) | |
download | emacs-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.el | 4 |
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] |