]> git.eshelyaron.com Git - emacs.git/commit
Generalize the file-name specific workaround in minibuffer-completion-help
authorDmitry Gutov <dmitry@gutov.dev>
Thu, 11 Apr 2024 00:57:09 +0000 (03:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 16:54:25 +0000 (18:54 +0200)
commitfdbdeb355033e910e6e6e55ea4715cec2dc9e776
tree14ff48ae4fd8b28b047dc2cf322405f3b66e3a15
parenta6a5c52cb08e37ec25a2672e6d538d743058cd71
Generalize the file-name specific workaround in minibuffer-completion-help

* lisp/minibuffer.el (completion-base-suffix):
New function (bug#48356).
(minibuffer-completion-help): Use it here.
(minibuffer-completion-help): Cut off the double completion
boundary when it occurs inside
completion-list-insert-choice-function..

(cherry picked from commit 0288bc6c949e82f72790a60d067da31428ca433a)
lisp/minibuffer.el