diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-11-11 02:54:10 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-11-11 02:54:10 +0000 |
commit | 95807e688c65628ca2286fc156f23c8d15c2086b (patch) | |
tree | a99f69181c829ea97e7f0193d3dd3641935697c9 /lisp | |
parent | 0e3cb3ebc82c8a85665ddfee47bf5d9f7ef8a6e6 (diff) | |
download | emacs-95807e688c65628ca2286fc156f23c8d15c2086b.tar.gz emacs-95807e688c65628ca2286fc156f23c8d15c2086b.tar.bz2 emacs-95807e688c65628ca2286fc156f23c8d15c2086b.zip |
(query-replace-highlight): Change default to t.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/replace.el | 2 |
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." (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) |