From 500850a82e07961dd98187428a5a1768f5e77682 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Mon, 8 May 2023 11:24:53 +0100 Subject: [PATCH] Always default ediff-auto-refine to 'on * lisp/vc/ediff-diff.el (ediff-auto-refine): always default to 'on. --- lisp/vc/ediff-diff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ediff-diff-status ;;; 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 `*'. -- 2.40.1