From: Karl Heuer Date: Tue, 11 Nov 1997 02:54:10 +0000 (+0000) Subject: (query-replace-highlight): Change default to t. X-Git-Tag: emacs-20.3~2829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95807e688c65628ca2286fc156f23c8d15c2086b;p=emacs.git (query-replace-highlight): Change default to t. --- 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)