Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macroexpand quoted eval-after-load block early #13

Merged
merged 1 commit into from
Jan 24, 2013
Merged

Macroexpand quoted eval-after-load block early #13

merged 1 commit into from
Jan 24, 2013

Commits on Jan 23, 2013

  1. 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.
    PhilHudson committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    1106efe View commit details
    Browse the repository at this point in the history