changeset 20244:6fbf1436a7f4

(query-replace-highlight): Change default to t.
author Karl Heuer <kwzh@gnu.org>
date Tue, 11 Nov 1997 02:54:10 +0000
parents 7658be8b972d
children 78d833878a81
files lisp/replace.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)