SL Baur <steve(a)xemacs.org> writes:
Has anything been missed?
ediff. Michael has a new version out 2.70.2 since June that contains
my fixes to find its toolbar icons. Both that and our current version
need this patch badly to cope with what I think is a customize misfeature.
Jan
steve, I'll sent you Michaels 2.70.2 tarball in a seperate mail.
--- ediff-init.el.orig Mon May 11 08:46:14 1998
+++ ediff-init.el Tue Sep 8 11:42:47 1998
@@ -534,7 +534,6 @@
:group 'ediff)
-(ediff-defvar-local ediff-use-faces nil "")
(defcustom ediff-use-faces t
"If t, differences are highlighted using faces, if device supports faces.
If nil, differences are highlighted using ASCII flags, ediff-before-flag
@@ -542,6 +541,7 @@
highlighted using ASCII flags."
:type 'boolean
:group 'ediff-highlighting)
+(ediff-defvar-local ediff-use-faces nil "")
;; this indicates that diff regions are word-size, so fine diffs are
;; permanently nixed; used in ediff-windows-wordwise and ediff-regions-wordwise
@@ -578,13 +578,13 @@
:type 'boolean
:group 'ediff)
-(ediff-defvar-local ediff-highlight-all-diffs nil "")
(defcustom ediff-highlight-all-diffs t
"If nil, only the selected differences are highlighted.
Otherwise, all difference regions are highlighted, but the selected region is
shown in brighter colors."
:type 'boolean
:group 'ediff-highlighting)
+(ediff-defvar-local ediff-highlight-all-diffs nil "")
;; A var local to each control panel buffer. Indicates highlighting style
;; in effect for this buffer: `face', `ascii', nil -- temporarily