]> git.eshelyaron.com Git - emacs.git/commit
Declare eglot--cached-server before use
authorJoão Távora <joaotavora@gmail.com>
Fri, 23 Apr 2021 07:49:02 +0000 (08:49 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 23 Apr 2021 07:49:14 +0000 (08:49 +0100)
commitf634580f1bb8c2e329810adfef42f35503cb8848
treed4bbc61ff6abd567f1005d8f942adab008ae7e52
parent5b33fe06c506d6a83f6ef77851478033de840b2a
Declare eglot--cached-server before use

Per https://github.com/joaotavora/eglot/issues/670.

Otherwise the dynamic binding of it in in eglot--connect won't work.

* eglot.el (eglot--cached-server): Move up.

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