Skip to content

Commit 817083f

Browse files
authored
Merge pull request #43 from Hi-Angel/fix-make-all
Add missing `require 'autoloads` for `make all` to start working
2 parents b51d489 + 473cfbe commit 817083f

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)