aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorKarl Heuer1997-11-11 02:54:10 +0000
committerKarl Heuer1997-11-11 02:54:10 +0000
commit95807e688c65628ca2286fc156f23c8d15c2086b (patch)
treea99f69181c829ea97e7f0193d3dd3641935697c9 /lisp/replace.el
parent0e3cb3ebc82c8a85665ddfee47bf5d9f7ef8a6e6 (diff)
downloademacs-95807e688c65628ca2286fc156f23c8d15c2086b.tar.gz
emacs-95807e688c65628ca2286fc156f23c8d15c2086b.zip
(query-replace-highlight): Change default to t.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
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."
830 (if (= replace-count 1) "" "s"))) 830 (if (= replace-count 1) "" "s")))
831 (and keep-going stack))) 831 (and keep-going stack)))
832 832
833(defcustom query-replace-highlight nil 833(defcustom query-replace-highlight t
834 "*Non-nil means to highlight words during query replacement." 834 "*Non-nil means to highlight words during query replacement."
835 :type 'boolean 835 :type 'boolean
836 :group 'matching) 836 :group 'matching)