aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2005-03-25 15:11:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2005-03-25 15:11:35 +0000
commit76b7012bb8563382e3d78c464cb16e3f308fb43a (patch)
tree3f2092550461944c1cb74b5b9077c7aede08357b /doc/docstring-magic.el
parentec7ac1a6187e783a4fd38d8e1f6e7f6b7fdea5b9 (diff)
Updated.
Diffstat (limited to 'doc/docstring-magic.el')
-rw-r--r--doc/docstring-magic.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/docstring-magic.el b/doc/docstring-magic.el
index a3328b20..45822b4d 100644
--- a/doc/docstring-magic.el
+++ b/doc/docstring-magic.el
@@ -15,6 +15,11 @@
(require 'proof-compat)
(require 'proof-utils)
+; need these?
+;(require 'pg-user)
+;(require 'pg-goals)
+;(require 'pg-response)
+
;; 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.