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

aio-defun can't be autoloaded #3

Open
kaiwk opened this issue Sep 7, 2019 · 3 comments
Open

aio-defun can't be autoloaded #3

kaiwk opened this issue Sep 7, 2019 · 3 comments

Comments

@kaiwk
Copy link

kaiwk commented Sep 7, 2019

It seems aio-defun can't be autoloded like defun, ;;;###autoload doesn't work.

@skeeto
Copy link
Owner

skeeto commented Sep 7, 2019 via email

@kiennq
Copy link
Contributor

kiennq commented Feb 5, 2020

In this case, I think you can just teach the autoload about what to autoload
For example

;;;###autoload(autoload 'foo "bar" "" t nil)
(aio-defun foo ()
  (interactive))

@gravitational-dark-light

In this case, I think you can just teach the autoload about what to autoload
For example

;;;###autoload(autoload 'foo "bar" "" t nil)
(aio-defun foo ()
  (interactive))

Thank you, it worked perfectly

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

No branches or pull requests

4 participants