changeset 11058:f8238a1ab991

Don't put ediff-windows in the menu.
author Karl Heuer <kwzh@gnu.org>
date Sat, 18 Mar 1995 01:53:12 +0000
parents 9081dcfc25ae
children 43a05391e3e1
files lisp/ediff.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff.el	Sat Mar 18 01:12:12 1995 +0000
+++ b/lisp/ediff.el	Sat Mar 18 01:53:12 1995 +0000
@@ -2665,10 +2665,11 @@
 	'("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