summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-02-15 16:54:24 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-02-15 16:54:24 +0000
commitbb73c9e9ba5cd9bf27b37c52f2c0ef0585884138 (patch)
treeda45de2e2497c6a2bb10de8f8b2a24370f94a468 /lisp/replace.el
parentc8ff2cc53527012bc307fa63fbf3969a3b281e42 (diff)
downloademacs-bb73c9e9ba5cd9bf27b37c52f2c0ef0585884138.tar.gz
(replace-highlight): Bind search-whitespace-regexp to nil.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el1
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."
(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))))