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 | 92177123dc797c58b1456de4afb761b572b2efc7 (patch) | |
tree | ea5a53d45bb892c9fc04db23230174cff9252011 /lisp/menu-bar.el | |
parent | b56c87bccf542d2959ab26cce03c5766c002ae96 (diff) | |
download | emacs-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.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] |