Mercurial > emacs
changeset 98355:260673b5a172
* comint.el (comint-dynamic-complete-as-filename): Quote directory
name when reinserting it.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 Sep 2008 19:25:44 +0000 |
parents | 2129a5f3eee1 |
children | 26e60becb11f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 25 17:52:50 2008 +0000 +++ b/lisp/ChangeLog Thu Sep 25 19:25:44 2008 +0000 @@ -1,5 +1,8 @@ 2008-09-25 Chong Yidong <cyd@stupidchicken.com> + * comint.el (comint-dynamic-complete-as-filename): Quote directory + name when reinserting it. + * isearch.el (isearch-search-fun): Use word-search-forward-lax and word-search-backward-lax for incremental word search.