From: Chong Yidong Date: Thu, 15 Feb 2007 16:54:24 +0000 (+0000) Subject: (replace-highlight): Bind search-whitespace-regexp to nil. X-Git-Tag: emacs-pretest-22.0.94~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b60cc090810a1b3576b2ac3e58bf2ecf822a864;p=emacs.git (replace-highlight): Bind search-whitespace-regexp to nil. --- 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." (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))))