summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
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)