From aecbd443606ea26d0d7331f744831d9406a1ea27 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Wed, 26 Jul 2000 19:42:00 +0000 Subject: use proof-assistant-table instead of proof-assistants; --- doc/docstring-magic.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/docstring-magic.el') 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 -- cgit v1.2.3