Mercurial > emacs
changeset 97743:58b334ba1ec6
* comint.el (comint-dynamic-complete-as-filename): If case is ignored
while matching, replace the entire filename with completion.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 26 Aug 2008 23:46:39 +0000 |
parents | 5c765f31d8e0 |
children | b5ba9469961a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 26 23:00:31 2008 +0000 +++ b/lisp/ChangeLog Tue Aug 26 23:46:39 2008 +0000 @@ -1,5 +1,9 @@ 2008-08-26 Chong Yidong <cyd@stupidchicken.com> + * comint.el (comint-dynamic-complete-as-filename): If case is + ignored while matching, replace the entire filename with + completion. + * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure flyspell-pre-point is valid to avoid signalling an error in post-command-hook.