1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(replace-highlight): Bind search-whitespace-regexp to nil.

This commit is contained in:
Chong Yidong 2007-02-15 16:54:24 +00:00
parent 9a19394446
commit 0b60cc0908

View file

@ -1728,6 +1728,7 @@ make, or the user didn't cancel the call."
(if query-replace-lazy-highlight
(let ((isearch-string string)
(isearch-regexp regexp)
(search-whitespace-regexp nil)
(isearch-case-fold-search case-fold))
(isearch-lazy-highlight-new-loop range-beg range-end))))