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:
parent
9a19394446
commit
0b60cc0908
1 changed files with 1 additions and 0 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue