]> git.eshelyaron.com Git - emacs.git/commit
use-package-with-elapsed-timer: respect option at runtime
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 9 Mar 2014 17:50:01 +0000 (18:50 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Sun, 9 Mar 2014 17:53:05 +0000 (18:53 +0100)
commitea3a475d0be35a26429f8f7adf06ebabc8179586
tree1e179bf6864f5a55f34b5d43198bc17445b01b07
parent11195fa213a786c985bbfb105b57c6c2b795e6b8
use-package-with-elapsed-timer: respect option at runtime

Previously the option `use-package-verbose' was consulted at macro
expansion time, and as a result customizing the option did nothing,
without also recompiling `use-package.el'.
lisp/use-package/use-package.el