]> 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:12:23 +0000 (09:12 +0100)
commit4fa193527d52f6f57e8e9827ffbd72d5734a1b94
tree9a536c27276260b83388cd382f8efeff330599aa
parent4e1da63bef392c0e540f07af7304d278b4dc46f4
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