]> git.eshelyaron.com Git - emacs.git/commit
Protect against empty-string inserttext in completions
authorJoão Távora <joaotavora@gmail.com>
Wed, 6 Nov 2019 15:11:12 +0000 (15:11 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sun, 10 Nov 2019 22:25:56 +0000 (22:25 +0000)
commitc4f5e40ddb1fe1e39d3b86875e04aedf46ec8bd0
tree1a3e61755f1291129b58fed9bad9f8bcb2ece13a
parenta6799b92ce6208a12d17291673aa09e8963e61be
Protect against empty-string inserttext in completions

* eglot.el (eglot-completion-at-point): Don't use insertText as a
proxy.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/341
lisp/progmodes/eglot.el