Skip to content

Commit c3895ab

Browse files
authored
Merge pull request #846 from iwahbe/lexical-autoloads
Lexical autoloads
2 parents 6278f97 + 2b1f289 commit c3895ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ distclean: devclean clean
246246
#
247247
autoloads: $(EL)
248248
@echo "***** MAKING AUTOGENERATED AUTOLOADS ****"
249-
$(BATCHEMACS) -eval '(setq autoload-package-name "proof" generated-autoload-file "$(PWD)/generic/proof-autoloads.el")' -f batch-update-autoloads generic/ lib/ coq/ qrhl/
249+
$(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/
250250

251251
############################################################
252252
#

generic/proof-autoloads.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; proof-autoloads.el --- automatically extracted autoloads
1+
;;; proof-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t; -*-
22

33
;; This file is part of Proof General.
44

0 commit comments

Comments
 (0)