]> git.eshelyaron.com Git - emacs.git/commit
Don't block kill-buffer-hook if server somehow hangs
authorJoão Távora <joaotavora@gmail.com>
Mon, 17 Sep 2018 09:00:16 +0000 (10:00 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 17 Sep 2018 09:00:16 +0000 (10:00 +0100)
commit4771f2f6850cc5c2402e0f88ae85a29ab1d76709
tree49b988a304a557820022cf238df39de23b1f9f98
parent5c9fb5c3982f266c55a3ab472b296496389c95f0
Don't block kill-buffer-hook if server somehow hangs

* eglot.el (eglot--signal-textDocument/didClose): Use
with-demoted-errors.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/115
lisp/progmodes/eglot.el