]> git.eshelyaron.com Git - emacs.git/commit
* lisp/icomplete.el (icomplete-exhibit): Check validity of the current buffer.
authorJuri Linkov <juri@linkov.net>
Thu, 9 Feb 2023 18:08:15 +0000 (20:08 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 9 Feb 2023 18:08:15 +0000 (20:08 +0200)
commit8784b9e817e434a13aba68006732d65962dec128
tree74a83c18e039c6aca0a8eeb6bddb6c33cb27bdea
parent1518fc5d7c5bedbbe35053696c7ec06020c81b05
* lisp/icomplete.el (icomplete-exhibit): Check validity of the current buffer.

This function is applicable only in buffers where functions like
icomplete--field-beg can be called, and they expects either non-nil
completion-in-region--data or window-minibuffer-p (bug#61308).
lisp/icomplete.el