We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get a the error void-function autoload-rubric when calling
void-function autoload-rubric
(el-get 'sync 'my-package-variable)
It appears the function el-get-ensure-byte-compilable-autoload-file in el-get-autoloading.el calls (the now) non-existent function autoload-rubric.
el-get-ensure-byte-compilable-autoload-file
el-get-autoloading.el
autoload-rubric
Maybe this function went away with the new loaddefs changes, and maybe that happened in Emacs 29.1?
The text was updated successfully, but these errors were encountered:
FYI last year I saw a similar problem, an error on (el-get 'sync). Today I found that a fresh install of el-get works with Emacs 29.3.
(el-get 'sync)
Sorry, something went wrong.
No branches or pull requests
I get a the error
void-function autoload-rubric
when callingIt appears the function
el-get-ensure-byte-compilable-autoload-file
inel-get-autoloading.el
calls (the now) non-existent functionautoload-rubric
.Maybe this function went away with the new loaddefs changes, and maybe that happened in Emacs 29.1?
The text was updated successfully, but these errors were encountered: