diff lisp/replace.el @ 75921:1c3c5aeeb934

(replace-highlight): Bind search-whitespace-regexp to nil.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 15 Feb 2007 16:54:24 +0000
parents e3694f1cb928
children 91de64a1c05e dd7c098af727
line wrap: on
line diff
--- a/lisp/replace.el	Thu Feb 15 16:54:09 2007 +0000
+++ b/lisp/replace.el	Thu Feb 15 16:54:24 2007 +0000
@@ -1728,6 +1728,7 @@
   (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))))