]> git.eshelyaron.com Git - emacs.git/commitdiff
* comint.el (comint-dynamic-complete-as-filename): If case is ignored
authorChong Yidong <cyd@stupidchicken.com>
Tue, 26 Aug 2008 23:46:39 +0000 (23:46 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 26 Aug 2008 23:46:39 +0000 (23:46 +0000)
while matching, replace the entire filename with completion.

lisp/ChangeLog

index 36421975f0423c969e707399d63677caa36806c3..4400d1f31fba5f1bd06be83e233856732aef063d 100644 (file)
@@ -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.