summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Oliver <git@mavit.org.uk>2023-05-08 11:24:53 +0100
committerEli Zaretskii <eliz@gnu.org>2023-05-13 16:59:02 +0300
commite6585e0be2efc3f2eaec7210b036169fbdffa9ce (patch)
tree2a21867695da673929844fb49661927b5c1dbfbb
parent63be4d11b58630251c70508267792d4a6d431fdd (diff)
downloademacs-e6585e0be2efc3f2eaec7210b036169fbdffa9ce.tar.gz
Always default ediff-auto-refine to 'on
* lisp/vc/ediff-diff.el (ediff-auto-refine): always default to 'on. (Bug#63318) Copyright-paperwork-exempt: yes
-rw-r--r--lisp/vc/ediff-diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el
index 832e3933df9..0ee973a4de6 100644
--- a/lisp/vc/ediff-diff.el
+++ b/lisp/vc/ediff-diff.el
@@ -142,7 +142,7 @@ The status can be =diff(A), =diff(B), or =diff(A+B).")
;;; Fine differences
-(ediff-defvar-local ediff-auto-refine (if (ediff-has-face-support-p) 'on 'nix)
+(ediff-defvar-local ediff-auto-refine 'on)
"If `on', Ediff auto-highlights fine diffs for the current diff region.
If `off', auto-highlighting is not used. If `nix', no fine diffs are shown
at all, unless the user force-refines the region by hitting `*'.