]> git.eshelyaron.com Git - emacs.git/commit
Allow using expanded macro without loading feature
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 18 Jan 2015 10:41:13 +0000 (11:41 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Sun, 18 Jan 2015 10:41:13 +0000 (11:41 +0100)
commit719115cf4778482f70c2b18613c0bc4e84d5259d
tree932ef4c3f92434ed0ecccf69a633855d5c883d73
parent89a957efa9008fe3da6761f1726e277f9e20e390
Allow using expanded macro without loading feature

In the macro `use-package-with-elapased-timer' use `bound-and-true-p'
go get the values of the customizable options `use-package-verbose'
and `use-package-minimum-reported-time'.  This way the library only
has to be required at compile time, provided these options are not
actually customized.  If the user has changed the values, then she
also has to load the library at runtime or the macros fall back to
the default of doing their job silently.  See https://github.com/jwiegley/use-package/issues/149.
lisp/use-package/use-package.el