Mercurial > emacs
diff lisp/replace.el @ 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 | 256843b0f804 |
| children | b87f3ba0e1d7 |
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)
