aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-09-25 17:06:13 +0000
committerChong Yidong <[email protected]>2008-09-25 17:06:13 +0000
commitacfa99ee6871b46db30c0c3a3976ec023c2ed2a0 (patch)
treeac79beddab9375b41f6cf761ed6ceb552bc3f1be /lisp
parentc6e0e1ccec41a4f92f60802b9da5cf5ec0df9cb4 (diff)
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
word-search-backward-lax for incremental word search.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cacc28bb53..16826f0725 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-25 Chong Yidong <[email protected]>
+
+ * isearch.el (isearch-search-fun): Use word-search-forward-lax and
+ word-search-backward-lax for incremental word search.
+
2008-09-25 Juanma Barranquero <[email protected]>
* generic-x.el (generic-other-modes): Fix typo in docstring.