]> git.eshelyaron.com Git - emacs.git/commit
Forward completion text properties in 'completion-table-with-quoting'
authorJim Porter <jporterbugs@gmail.com>
Sat, 11 Nov 2023 21:26:44 +0000 (13:26 -0800)
committerJim Porter <jporterbugs@gmail.com>
Sun, 19 Nov 2023 23:11:40 +0000 (15:11 -0800)
commit16ac377aab257d635918dd0188dcdf630e75757c
treef33aca8ceaba692a1a31ebbd93edf47b157239f5
parent1c8b6a00cff15d568c93160c701f9147511830bd
Forward completion text properties in 'completion-table-with-quoting'

This fixes an issue with 'pcomplete-here-using-help', which passes
annotation strings along as text properties.  Previously, those got
clobbered when the completions got requoted (bug#67112).

* lisp/minibuffer.el (completion--twq-all): Apply text properties from
the first character of the unquoted completion to the quoted
completion.
lisp/minibuffer.el