# HG changeset patch # User Karl Heuer # Date 879216850 0 # Node ID 6fbf1436a7f4292fd2ffac202f38940b0ff24806 # Parent 7658be8b972d05b9e44f6b4d3650860312d10b78 (query-replace-highlight): Change default to t. diff -r 7658be8b972d -r 6fbf1436a7f4 lisp/replace.el --- a/lisp/replace.el Tue Nov 11 02:52:50 1997 +0000 +++ b/lisp/replace.el Tue Nov 11 02:54:10 1997 +0000 @@ -830,7 +830,7 @@ (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)