]> git.eshelyaron.com Git - emacs.git/commit
Explicitly require seq.el
authorBrian Leung <bkleung89@gmail.com>
Mon, 1 Feb 2021 10:44:38 +0000 (02:44 -0800)
committerGitHub <noreply@github.com>
Mon, 1 Feb 2021 10:44:38 +0000 (10:44 +0000)
commitc758ba1a4c38f3edb9779082a7ac808e59774848
treee4c0d3e167dddc9bcc4a491cd05a825c7dbe976a
parentbdf57d5d4e888a6a7b4066b87497da8a8d9e36de
Explicitly require seq.el

`seq-empty-p' is not autoloaded in Emacs >= 26.3, so it must be
explicitly required.

* eglot.el: Require seq.el.

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