diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 12a99d72b9b..9790dacd82b 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1728,6 +1728,7 @@ make, or the user didn't cancel the call." | |||
| 1728 | (if query-replace-lazy-highlight | 1728 | (if query-replace-lazy-highlight |
| 1729 | (let ((isearch-string string) | 1729 | (let ((isearch-string string) |
| 1730 | (isearch-regexp regexp) | 1730 | (isearch-regexp regexp) |
| 1731 | (search-whitespace-regexp nil) | ||
| 1731 | (isearch-case-fold-search case-fold)) | 1732 | (isearch-case-fold-search case-fold)) |
| 1732 | (isearch-lazy-highlight-new-loop range-beg range-end)))) | 1733 | (isearch-lazy-highlight-new-loop range-beg range-end)))) |
| 1733 | 1734 | ||