Mercurial > emacs
changeset 97763:540444b860af
* comint.el (comint-dynamic-list-filename-completions): Quote common
substring.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 27 Aug 2008 17:14:22 +0000 |
parents | 870ef2dba090 |
children | 0445036f6742 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 27 17:04:34 2008 +0000 +++ b/lisp/ChangeLog Wed Aug 27 17:14:22 2008 +0000 @@ -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>