]> git.eshelyaron.com Git - emacs.git/commitdiff
(query-replace-highlight): Change default to t.
authorKarl Heuer <kwzh@gnu.org>
Tue, 11 Nov 1997 02:54:10 +0000 (02:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 11 Nov 1997 02:54:10 +0000 (02:54 +0000)
lisp/replace.el

index e3b7dc87b8313651ed2ba6fcdfb901a8affd7aed..278fe0ecb1f16db80bd3ade004e3f3199fb33863 100644 (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)