]> git.eshelyaron.com Git - emacs.git/commitdiff
* comint.el (comint-dynamic-list-filename-completions): Quote common
authorChong Yidong <cyd@stupidchicken.com>
Wed, 27 Aug 2008 17:14:22 +0000 (17:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 27 Aug 2008 17:14:22 +0000 (17:14 +0000)
substring.

lisp/ChangeLog

index f985c952664d9397453ad3b5d68b750d08e3a7c3..45e4bb14b5ebd35f24215c14b839a07f3d4a4b4e 100644 (file)
@@ -4,6 +4,8 @@
 
        * comint.el (comint-dynamic-complete-as-filename): Generalize last
        change to allow quoting of characters before point.
+       (comint-dynamic-list-filename-completions): Quote common
+       substring.
 
 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>