dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Sync raises error in Emacs 29.1 #2914

Open plandes opened 9 months ago

plandes commented 9 months ago

I get a the error void-function autoload-rubric when calling

(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.

Maybe this function went away with the new loaddefs changes, and maybe that happened in Emacs 29.1?