# HG changeset patch # User Chong Yidong # Date 1219794399 0 # Node ID 58b334ba1ec687fe231d84d827e029d2780f14f7 # Parent 5c765f31d8e0d1d8a21e4b31d8d96f62412339b1 * comint.el (comint-dynamic-complete-as-filename): If case is ignored while matching, replace the entire filename with completion. diff -r 5c765f31d8e0 -r 58b334ba1ec6 lisp/ChangeLog --- 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 + * 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.