Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ distclean: devclean clean
#
autoloads: $(EL)
@echo "***** MAKING AUTOGENERATED AUTOLOADS ****"
$(BATCHEMACS) -eval '(setq autoload-package-name "proof" generated-autoload-file "$(PWD)/generic/proof-autoloads.el")' -f batch-update-autoloads generic/ lib/ coq/ qrhl/
$(BATCHEMACS) -eval '(setq autoload-package-name "proof" generated-autoload-file "$(PWD)/generic/proof-autoloads.el")' -eval "(require 'autoload)" -f batch-update-autoloads generic/ lib/ coq/ qrhl/

############################################################
#
Expand Down
2 changes: 1 addition & 1 deletion generic/proof-autoloads.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; proof-autoloads.el --- automatically extracted autoloads
;;; proof-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t; -*-

;; This file is part of Proof General.

Expand Down