]> code.delx.au - gnu-emacs/commitdiff
Don't put ediff-windows in the menu.
authorKarl Heuer <kwzh@gnu.org>
Sat, 18 Mar 1995 01:53:12 +0000 (01:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 18 Mar 1995 01:53:12 +0000 (01:53 +0000)
lisp/ediff.el

index 4fa532162197cf22b534e61e49ba751c0654a643..e34e14e5b275b81cd320ab88676c7b2f6e9780d4 100644 (file)
@@ -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