changeset 97764:0445036f6742

(comint-dynamic-list-filename-completions): Quote common substring.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 27 Aug 2008 17:14:32 +0000
parents 540444b860af
children b23a198da71c
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Wed Aug 27 17:14:22 2008 +0000
+++ b/lisp/comint.el	Wed Aug 27 17:14:32 2008 +0000
@@ -2961,7 +2961,7 @@
 	  (message "No completions of %s" filename))
       (comint-dynamic-list-completions
        (mapcar 'comint-quote-filename completions)
-       filenondir))))
+       (comint-quote-filename filenondir)))))
 
 
 ;; This is bound locally in a *Completions* buffer to the list of