diff options
| author | Chong Yidong | 2007-02-15 16:53:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-02-15 16:53:53 +0000 |
| commit | 51eeb2ff1b3cf4b752137c1b9249f6104b70c038 (patch) | |
| tree | 1d8f98222517c296bddb12272ebcf73004952273 | |
| parent | a3609743156ca71f1e33aeafb1c803ec7a5176c0 (diff) | |
| download | emacs-51eeb2ff1b3cf4b752137c1b9249f6104b70c038.tar.gz emacs-51eeb2ff1b3cf4b752137c1b9249f6104b70c038.zip | |
* 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.
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ffb729822d..b10e6060668 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-02-15 Chris Moore <dooglus@gmail.com> | ||
| 2 | |||
| 3 | * isearch.el (isearch-lazy-highlight-space-regexp): New variable. | ||
| 4 | (isearch-lazy-highlight-new-loop): Bind it. | ||
| 5 | (isearch-lazy-highlight-search): Use it. | ||
| 6 | |||
| 7 | * replace.el (replace-highlight): Bind search-whitespace-regexp to | ||
| 8 | nil. | ||
| 9 | |||
| 1 | 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * font-lock.el (font-lock-extend-region-wholelines): | 12 | * font-lock.el (font-lock-extend-region-wholelines): |