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

Add an extensible way to allow patching more forms #24

Closed
raxod502 opened this issue Jun 5, 2018 · 0 comments
Closed

Add an extensible way to allow patching more forms #24

raxod502 opened this issue Jun 5, 2018 · 0 comments
Labels

Comments

@raxod502
Copy link
Member

raxod502 commented Jun 5, 2018

Instead of el-patch-defun, el-patch-defmacro, etc. being hardcoded, they should be defined using some macro that users can also use, e.g.

(el-patch-register defun ...)

where the ... will have to provide enough information for el-patch--classify-definition-type and el-patch--compute-load-history-items.

raxod502 added a commit that referenced this issue Jun 27, 2018
raxod502 added a commit that referenced this issue Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant