From a7dadf13ed82f9e3e93a5e3cdbb6bc1eafc673f0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 26 Aug 2008 23:46:39 +0000 Subject: [PATCH] * comint.el (comint-dynamic-complete-as-filename): If case is ignored while matching, replace the entire filename with completion. --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5