]> git.eshelyaron.com Git - emacs.git/commitdiff
(replace-highlight): Bind search-whitespace-regexp to nil.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:54:24 +0000 (16:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:54:24 +0000 (16:54 +0000)
lisp/replace.el

index 12a99d72b9b9ffe38c40722c75f32ef11b121d1d..9790dacd82b217c3c77e5eaacf58f69eeed27abf 100644 (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))))