1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(comint-dynamic-list-filename-completions): Quote common substring.

This commit is contained in:
Chong Yidong 2008-08-27 17:14:32 +00:00
parent 7035a02dd4
commit 6f214f6705

View File

@ -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