-
Notifications
You must be signed in to change notification settings - Fork 12
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
Patching cl-defun #39
Comments
I fixed the problem with: (el-patch-deftype cl-defun
:classify el-patch-classify-function
:locate el-patch-locate-function
:declare ((doc-string 3)
(indent defun))) Sorry for the noise, just my bad not having read the documentation properly. |
Seems like a useful thing to have by default. Added, thanks! |
Oh great, thanks to you! |
One question, though: is there any reason why it is not on |
We merge to master after some time has passed, to ensure stability |
Gotcha. No problem, |
I noticed you mentioned this on your blog. Did you perhaps forget to include the |
You're right, thanks for the tip. Although it is still working as I am expecting. Am I using it wrong? |
Actually, by running |
Hi,
first of all thanks for this package, it seems to be exactly the piece of the puzzle I need for a minor "problem" I have.
I'd like to patch this function:
My aim is to replace
(load file)
with(load file nil 'nomessage nil)
. This is what I did:In the
:init
part of myuse-package psession
snippet. However, upon restarting Emacs I get:What am I doing wrong? :)
The text was updated successfully, but these errors were encountered: