]> git.eshelyaron.com Git - emacs.git/commit
Require subr-x at compile time ()
authorAlex Branham <alex.branham@gmail.com>
Tue, 30 Oct 2018 21:59:05 +0000 (16:59 -0500)
committerJoão Távora <joaotavora@gmail.com>
Tue, 30 Oct 2018 21:59:05 +0000 (21:59 +0000)
commitd84d55e6e4c239faafc4f4de5e0295a8b99e15af
treed5e21e0e401047ea69b6c14cd3483b25d546de52
parent1f865ee560c75cb06807b0598043303d36c62d46
Require subr-x at compile time ()

if-let and when-let are macros that the byte compiler can expand
at compile time. No need to require subr-x at run time.

* eglot.el (subr-x): Require only when compiling.

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