diff lisp/comint.el @ 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 870ef2dba090
children e3190eb9e11b
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