]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#50063 when using icomplete-fido-kill with C-x p p
authorJoão Távora <joaotavora@gmail.com>
Sun, 15 Aug 2021 08:12:23 +0000 (09:12 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 15 Aug 2021 08:13:25 +0000 (09:13 +0100)
commite6f3a4dc6cd4ffca9b8b2ea0c9271f832df07e3e
tree056494a101c3aa70ed2a553fea65d6fb74b874b5
parent3572613550f5d1d0b3392dbc809b32f3989e2981
Fix bug#50063 when using icomplete-fido-kill with C-x p p

C-x p p utilizes a completion table "category" which is 'project-file'
icomplete-fido-kill only functioned for 'buffer' and 'file', and
failed with a non-informative message when something else was used.

* lisp/icomplete.el (icomplete-fido-kill): Support 'project-file'
class.  Use cl-case, instead of pcase.
lisp/icomplete.el