]> git.eshelyaron.com Git - emacs.git/commit
Reload eldoc if needed on emacs < 28
authorJoão Távora <joaotavora@gmail.com>
Mon, 13 Jul 2020 22:43:35 +0000 (23:43 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 13 Jul 2020 22:56:53 +0000 (23:56 +0100)
commit34ecaa4b16c6ec4a12e069e2c51616c667d07d51
tree5b8dca4f24f05d6cba21b73a8eefd44cd2282471
parent814da26d35db42576f7085bef953f5fe2352baef
Reload eldoc if needed on emacs < 28

ElDoc is preloaded in Emacs, so `require`-ing won't guarantee we are
using the latest version from GNU Elpa when we load eglot.el.  Use an
heuristic to see if we need to `load` it in Emacs < 28.

* eglot.el (Package-Requires): Require eldoc 1.5.0
(top): Sometimes load eldoc
lisp/progmodes/eglot.el