comparison lisp/ediff.el @ 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 4d2a2fe1d8d7
comparison
equal deleted inserted replaced
11057:9081dcfc25ae 11058:f8238a1ab991
2663 '("File with Revision ..." . ediff-revision)) 2663 '("File with Revision ..." . ediff-revision))
2664 (define-key menu-bar-ediff-menu [ediff-large-regions] 2664 (define-key menu-bar-ediff-menu [ediff-large-regions]
2665 '("Large Regions ..." . ediff-large-regions)) 2665 '("Large Regions ..." . ediff-large-regions))
2666 (define-key menu-bar-ediff-menu [ediff-small-regions] 2666 (define-key menu-bar-ediff-menu [ediff-small-regions]
2667 '("Small Regions ..." . ediff-small-regions)) 2667 '("Small Regions ..." . ediff-small-regions))
2668 (define-key menu-bar-ediff-menu [ediff-windows] 2668 ;;; Too confusing to have this and compare-windows in the same menu.
2669 '("Windows ..." . ediff-windows)) 2669 ;; (define-key menu-bar-ediff-menu [ediff-windows]
2670 ;; '("Windows ..." . ediff-windows))
2670 )) 2671 ))
2671 2672
2672 ;;;###autoload 2673 ;;;###autoload
2673 (if purify-flag 2674 (if purify-flag
2674 ;; explicit string-match, as ediff-xemacs-p is not defined at build time 2675 ;; explicit string-match, as ediff-xemacs-p is not defined at build time
2675 (if (string-match "\\(Lucid\\|Xemacs\\)" emacs-version) 2676 (if (string-match "\\(Lucid\\|Xemacs\\)" emacs-version)
2676 () 2677 ()