aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docstring-magic.el')
-rw-r--r--doc/docstring-magic.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/docstring-magic.el b/doc/docstring-magic.el
index 2a8e7696..0a226f41 100644
--- a/doc/docstring-magic.el
+++ b/doc/docstring-magic.el
@@ -20,7 +20,8 @@
;; FIXME: Loading several prover files at once is a bit of a problem
;; with new config mechanism.
;; Could abstract more code in proof-site.el to avoid duplication here.
-(let ((assistants proof-assistants)) ; assume not customized
+(let ((assistants (mapcar (function car) proof-assistant-table)))
+ ; assume not customized
(while assistants
(let*
((assistant (car assistants)) ; compiler bogus warning here