# HG changeset patch # User Chong Yidong # Date 1219857272 0 # Node ID 0445036f674297d89fddcbc0cf365cc0b392a3ec # Parent 540444b860afbec0166f8ce66d57a843c44861f5 (comint-dynamic-list-filename-completions): Quote common substring. diff -r 540444b860af -r 0445036f6742 lisp/comint.el --- 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