comparison lisp/ChangeLog @ 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 89093acf32a1
children b23a198da71c
comparison
equal deleted inserted replaced
97762:870ef2dba090 97763:540444b860af
2 2
3 * shell.el (shell-file-name-quote-list): Quote `$'. 3 * shell.el (shell-file-name-quote-list): Quote `$'.
4 4
5 * comint.el (comint-dynamic-complete-as-filename): Generalize last 5 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6 change to allow quoting of characters before point. 6 change to allow quoting of characters before point.
7 (comint-dynamic-list-filename-completions): Quote common
8 substring.
7 9
8 2008-08-26 Chong Yidong <cyd@stupidchicken.com> 10 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
9 11
10 * comint.el (comint-dynamic-complete-as-filename): If case is 12 * comint.el (comint-dynamic-complete-as-filename): If case is
11 ignored while matching, replace the entire filename with 13 ignored while matching, replace the entire filename with