emacs/lisp/use-package
Phil Hudson 593f18aff5 Macroexpand quoted eval-after-load block early
The main `use-package' macro incorrectly planted code containing a call to the `with-elapsed-timer' macro in a quoted block to be run by `eval-after-load'. If package use-package was not loaded at runtime, the block would error saying correctly that `with-elapsed-timer' is undefined. This mod correctly macroexpands the block at code generation time.
2013-01-23 20:33:15 +00:00
..
bind-key.el Fixed a typo in bind-key.el 2012-06-17 04:50:07 -05:00
use-package.el Macroexpand quoted eval-after-load block early 2013-01-23 20:33:15 +00:00