summaryrefslogtreecommitdiff
path: root/lisp/ediff.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-03-18 01:53:12 +0000
committerKarl Heuer <kwzh@gnu.org>1995-03-18 01:53:12 +0000
commit2f1ce09315af5cdcae9b2156e4ea241b91dd9b7f (patch)
tree2ccf1dd8f51a6aadb24579627e4368f5dbb8079a /lisp/ediff.el
parenteeb6dd92eac3b08471751ae9d2e2c3dab39af7df (diff)
downloademacs-2f1ce09315af5cdcae9b2156e4ea241b91dd9b7f.tar.gz
Don't put ediff-windows in the menu.
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r--lisp/ediff.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el
index 4fa53216219..e34e14e5b27 100644
--- a/lisp/ediff.el
+++ b/lisp/ediff.el
@@ -2665,10 +2665,11 @@ With prefix argument, prompts for a revision name."
'("Large Regions ..." . ediff-large-regions))
(define-key menu-bar-ediff-menu [ediff-small-regions]
'("Small Regions ..." . ediff-small-regions))
- (define-key menu-bar-ediff-menu [ediff-windows]
- '("Windows ..." . ediff-windows))
+;;; Too confusing to have this and compare-windows in the same menu.
+;; (define-key menu-bar-ediff-menu [ediff-windows]
+;; '("Windows ..." . ediff-windows))
))
-
+
;;;###autoload
(if purify-flag
;; explicit string-match, as ediff-xemacs-p is not defined at build time