]> git.eshelyaron.com Git - emacs.git/commit
Don't use with-demoted-errors in use-package-ensure-elpa
authorJonas Bernoulli <jonas@bernoul.li>
Fri, 13 Oct 2017 12:08:06 +0000 (14:08 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Fri, 13 Oct 2017 12:08:06 +0000 (14:08 +0200)
commit68c9ee4bff308b4426c1de4b80f57d6f8eed683c
tree0bbdb7843e147b3c3e0cf929142155a3f5d5001e
parent3f58555ed8a20e6a0891d82971d50ea10e96af92
Don't use with-demoted-errors in use-package-ensure-elpa

It expects a literal string as argument at macro-expansion
time, but we need to construct the message.
lisp/use-package/use-package.el