]> git.eshelyaron.com Git - emacs.git/commit
Silence byte-compiler on Emacs 25
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 10 Nov 2018 17:52:37 +0000 (18:52 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Sat, 10 Nov 2018 17:52:37 +0000 (18:52 +0100)
commitfc6fef68692d1a9802a836e13168ebc72b30f36d
tree19f9f14f2a7ccc9812c225aafdc7872af08d4961
parent3f96971febd4fdda5dbde6600168d9ec5c12db90
Silence byte-compiler on Emacs 25

Emacs 25 defined a global variable `features', which triggers a
warning "Lexical argument shadows the dynamic variable features".
That's not `use-package's fault, but we should suppress the warning
anyway, so that there is no additional noise that would cause us to
potentially overlook warnings that absolutely have to be addressed.
lisp/use-package/use-package-core.el