Skip to content

Commit 473cfbe

Browse files
committed
Add missing require 'autoloads for make all to start working
Worth noting that it uses deprecated autoloads lib, but offhand I couldn't figure out how to replace it with `loaddefs-generate-batch`, and I don't think it's even worth putting time into because nobody's likely gonna use this anyway. Let's just fix the make rule because it's easy to.
1 parent 0f679b1 commit 473cfbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ $(AUTOLOADS): $(ELFILES) purescript-mode.elc
9090
$(BATCH) \
9191
--eval '(setq make-backup-files nil)' \
9292
--eval '(setq generated-autoload-file "$(CURDIR)/$@")' \
93+
--eval "(require 'autoload)" \
9394
-f batch-update-autoloads "."
9495

9596
# HACK: embed version number into .elc file

0 commit comments

Comments
 (0)