From 6f214f67059504996de2326e9ee1e5c5d39047e2 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 27 Aug 2008 17:14:32 +0000 Subject: [PATCH] (comint-dynamic-list-filename-completions): Quote common substring. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 1a70e8ca107..917565dd157 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2961,7 +2961,7 @@ See also `comint-dynamic-complete-filename'." (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 -- 2.39.2