From 51eeb2ff1b3cf4b752137c1b9249f6104b70c038 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 15 Feb 2007 16:53:53 +0000 Subject: [PATCH] * isearch.el (isearch-lazy-highlight-space-regexp): New variable. (isearch-lazy-highlight-new-loop): Bind it. (isearch-lazy-highlight-search): Use it. * replace.el (replace-highlight): Bind search-whitespace-regexp to nil. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ffb729822d..b10e6060668 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-02-15 Chris Moore + + * isearch.el (isearch-lazy-highlight-space-regexp): New variable. + (isearch-lazy-highlight-new-loop): Bind it. + (isearch-lazy-highlight-search): Use it. + + * replace.el (replace-highlight): Bind search-whitespace-regexp to + nil. + 2007-02-15 Stefan Monnier * font-lock.el (font-lock-extend-region-wholelines): -- 2.39.2