Mercurial > emacs
changeset 98349:4b7326b3f1e2
(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:22 +0000 |
parents | a2ecfbbaae91 |
children | 7c430966acc0 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Thu Sep 25 17:06:13 2008 +0000 +++ b/lisp/isearch.el Thu Sep 25 17:06:22 2008 +0000 @@ -2167,7 +2167,7 @@ (funcall isearch-search-fun-function) (cond (isearch-word - (if isearch-forward 'word-search-forward 'word-search-backward)) + (if isearch-forward 'word-search-forward-lax 'word-search-backward-lax)) (isearch-regexp (if isearch-forward 're-search-forward 're-search-backward)) (t