diff options
Diffstat (limited to 'lisp/minibuffer.el')
-rw-r--r-- | lisp/minibuffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index f8b77cddbc5..f998843cd85 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -3306,6 +3306,7 @@ the same set of elements." (string-match completion-pcm--delim-wild-regex str (car bounds))) (if (zerop (car bounds)) + ;; FIXME: Don't hardcode "-" (bug#17559). (mapconcat 'string str "-") ;; If there's a boundary, it's trickier. The main use-case ;; we consider here is file-name completion. We'd like |