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:
parent
7035a02dd4
commit
6f214f6705
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user