]> git.eshelyaron.com Git - emacs.git/commitdiff
Always default ediff-auto-refine to 'on
authorPeter Oliver <git@mavit.org.uk>
Mon, 8 May 2023 10:24:53 +0000 (11:24 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 May 2023 13:59:02 +0000 (16:59 +0300)
* lisp/vc/ediff-diff.el (ediff-auto-refine): always default
to 'on.  (Bug#63318)

Copyright-paperwork-exempt: yes

lisp/vc/ediff-diff.el

index 832e3933df90ea555be770460545661e86e4968f..0ee973a4de6ceecfb36048f62b44b69da7ebbec1 100644 (file)
@@ -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 `*'.