Mercurial > emacs
changeset 75919:af4d0090c583
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 15 Feb 2007 16:53:53 +0000 |
parents | f707dcebb152 |
children | e78fc0d23669 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 15 16:36:58 2007 +0000 +++ b/lisp/ChangeLog Thu Feb 15 16:53:53 2007 +0000 @@ -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):