From: Chong Yidong Date: Tue, 26 Aug 2008 23:46:39 +0000 (+0000) Subject: * comint.el (comint-dynamic-complete-as-filename): If case is ignored X-Git-Tag: emacs-pretest-23.0.90~3252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7dadf13ed82f9e3e93a5e3cdbb6bc1eafc673f0;p=emacs.git * comint.el (comint-dynamic-complete-as-filename): If case is ignored while matching, replace the entire filename with completion. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36421975f04..4400d1f31fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.