From ce7ed629d5d43cce6b3118cdbc6244c70b8e4113 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 12 May 2000 17:28:52 +0000 Subject: Notes about fixing docstring-magic. --- doc/docstring-magic.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/docstring-magic.el') diff --git a/doc/docstring-magic.el b/doc/docstring-magic.el index 2f7bd6c8..f136c8cd 100644 --- a/doc/docstring-magic.el +++ b/doc/docstring-magic.el @@ -15,14 +15,16 @@ (load "proof-config.el") (load "proof.el") (load "proof-toolbar.el") -;; New ones first incase they duplicate variable names -;; accidently. + +;; FIXME: Loading several prover files at once is a bit of a problem +;; with new config mechanism. (load "isar.el") (load "plastic.el") (load "isa.el") (load "thy-mode.el") (load "coq.el") (load "lego.el") +(load "hol98.el") ;; A couple of comint symbols are mentioned in the docs (require 'comint) -- cgit v1.2.3