]> git.eshelyaron.com Git - emacs.git/commit
Protect against empty firsttriggercharacter strings
authorJoão Távora <joaotavora@gmail.com>
Thu, 31 Mar 2022 13:21:29 +0000 (14:21 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 31 Mar 2022 13:22:05 +0000 (14:22 +0100)
commit1d9542cbe8e4249d185518b746437b83de855810
tree92841da6f983ac2804cd05e2a552a84d1cc40717
parent904556f662fa188c97f3b56d3555c58a3dc84afe
Protect against empty firsttriggercharacter strings

Which some LS's like gopls like to send.

* eglot.el (eglot--post-self-insert-hook): Beware of empty strings.

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