aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-07-26 19:42:00 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-07-26 19:42:00 +0000
commitaecbd443606ea26d0d7331f744831d9406a1ea27 (patch)
tree030292f4d4e35103e844b846c1e87219e67348f0 /doc/docstring-magic.el
parent44eefa065d1f539194f595ca8bb1a37e061ba922 (diff)
use proof-assistant-table instead of proof-assistants;
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