Skip to content

Fix build for Emacs 27

Oleg Pykhalov requested to merge (removed):fix-build-emacs-27 into master
  • elisp/local.mk ($(AUTOLOADS)): Add '-l autoload' option.

Hi.

This commit fixes build on Emacs 27 as suggested in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39823#44 after switching eval to lexical by default.

Emacs 26 builds successfully, too.

Oleg.

Merge request reports