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

Conversation

PhilHudson
Copy link
Contributor

The main use-package' macro incorrectly planted code containing a call to thewith-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 thatwith-elapsed-timer' is undefined. This mod correctly macroexpands the block at code generation time.

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.
jwiegley added a commit that referenced this pull request Jan 24, 2013
Macroexpand quoted eval-after-load block early
@jwiegley jwiegley merged commit 7b2ce57 into jwiegley:master Jan 24, 2013
jollaitbot pushed a commit to sailfishos-mirror/emacs that referenced this pull request Nov 24, 2022
Macroexpand quoted eval-after-load block early
GitHub-reference: jwiegley/use-package#13
jollaitbot pushed a commit to sailfishos-mirror/emacs that referenced this pull request Nov 29, 2022
Macroexpand quoted eval-after-load block early
GitHub-reference: jwiegley/use-package#13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants