comparison lisp/ChangeLog @ 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 1aac7c6d1cd8
children 89093acf32a1
comparison
equal deleted inserted replaced
97742:5c765f31d8e0 97743:58b334ba1ec6
1 2008-08-26 Chong Yidong <cyd@stupidchicken.com> 1 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * comint.el (comint-dynamic-complete-as-filename): If case is
4 ignored while matching, replace the entire filename with
5 completion.
2 6
3 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure 7 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4 flyspell-pre-point is valid to avoid signalling an error in 8 flyspell-pre-point is valid to avoid signalling an error in
5 post-command-hook. 9 post-command-hook.
6 10