emacsorphanage/req-package

Symbol's function definition is void: req-package-gen-target

bixuanzju opened this issue · 3 comments

Symbol's function definition is void: req-package-gen-target

hello I got this issue several times while developing this update. You need to delete byte code of all .el files, which uses req-package. There is no such function now.

It hapens because of macro nature of req-package as it seems to me. Byte recompliation hasn't helped me, so I erased all my byte-code and compiled again

Thanks, it worked!