Mercurial > emacs
diff lisp/ChangeLog @ 98348:a2ecfbbaae91
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
word-search-backward-lax for incremental word search.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 Sep 2008 17:06:13 +0000 |
parents | 09db47fa2c88 |
children | 260673b5a172 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 25 17:05:45 2008 +0000 +++ b/lisp/ChangeLog Thu Sep 25 17:06:13 2008 +0000 @@ -1,3 +1,8 @@ +2008-09-25 Chong Yidong <cyd@stupidchicken.com> + + * isearch.el (isearch-search-fun): Use word-search-forward-lax and + word-search-backward-lax for incremental word search. + 2008-09-25 Juanma Barranquero <lekktu@gmail.com> * generic-x.el (generic-other-modes): Fix typo in docstring.