(query-replace-highlight): Change default to t.

This commit is contained in:
Karl Heuer 1997-11-11 02:54:10 +00:00
parent 0e3cb3ebc8
commit 95807e688c

View file

@ -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)