Mercurial > emacs
changeset 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 | 0a71297a00f9 |
children | 4b7326b3f1e2 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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.