aboutsummaryrefslogtreecommitdiffhomepage
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
parentec7ac1a6187e783a4fd38d8e1f6e7f6b7fdea5b9 (diff)
Updated.
-rw-r--r--TODO.developer3
-rw-r--r--doc/docstring-magic.el5
2 files changed, 8 insertions, 0 deletions
diff --git a/TODO.developer b/TODO.developer
index 52c1e245..4e1dfa82 100644
--- a/TODO.developer
+++ b/TODO.developer
@@ -23,6 +23,9 @@ This is an outline file. Use C-c C-n, C-c C-p or menu to navigate.
** Multiple file handling
** Automatic adjustment of line width
+* Docstring magic fixups
+** Some missing files
+** Isabelle classic remove?
=================================================================
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.