]> git.eshelyaron.com Git - completion-preview.git/commit
Only keep the ':exit-function' completion property
authorEshel Yaron <me@eshelyaron.com>
Wed, 1 Nov 2023 21:47:02 +0000 (22:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 1 Nov 2023 21:47:02 +0000 (22:47 +0100)
commit6e08e7183328635d144f8bd642c9c3aeba140856
tree28911c56b62761011b6fe66e352d396044a15460
parent72f8c30ab3b4a9d6428bee957a81741204bbab37
Only keep the ':exit-function' completion property

Avoid passing on properties such as ':predicate', whose value may be a
function that assume a certain structure of completion candidate,
which may no longer hold.

* completion-preview.el (completion-preview-show): Only keep the
':exit-function' property.
completion-preview.el