From 95807e688c65628ca2286fc156f23c8d15c2086b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 11 Nov 1997 02:54:10 +0000 Subject: [PATCH] (query-replace-highlight): Change default to t. --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/replace.el b/lisp/replace.el index e3b7dc87b83..278fe0ecb1f 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -830,7 +830,7 @@ which will run faster and probably do exactly what you want." (if (= replace-count 1) "" "s"))) (and keep-going stack))) -(defcustom query-replace-highlight nil +(defcustom query-replace-highlight t "*Non-nil means to highlight words during query replacement." :type 'boolean :group 'matching) -- 2.39.2