]> git.eshelyaron.com Git - emacs.git/commitdiff
* isearch.el (isearch-lazy-highlight-space-regexp): New variable.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:53:53 +0000 (16:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:53:53 +0000 (16:53 +0000)
(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

index 9ffb729822deb2b4eb1e9a8b1043dc876ee39660..b10e6060668d6ec3296a7a45d9619f145b12c560 100644 (file)
@@ -1,3 +1,12 @@
+2007-02-15  Chris Moore  <dooglus@gmail.com>
+
+       * 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  <monnier@iro.umontreal.ca>
 
        * font-lock.el (font-lock-extend-region-wholelines):