From: Chong Yidong Date: Thu, 25 Sep 2008 17:06:13 +0000 (+0000) Subject: * isearch.el (isearch-search-fun): Use word-search-forward-lax and X-Git-Tag: emacs-pretest-23.0.90~2763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=acfa99ee6871b46db30c0c3a3976ec023c2ed2a0;p=emacs.git * isearch.el (isearch-search-fun): Use word-search-forward-lax and word-search-backward-lax for incremental word search. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cacc28bb535..16826f07256 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-09-25 Chong Yidong + + * isearch.el (isearch-search-fun): Use word-search-forward-lax and + word-search-backward-lax for incremental word search. + 2008-09-25 Juanma Barranquero * generic-x.el (generic-other-modes): Fix typo in docstring.