diff options
| author | David Aspinall | 2005-03-25 15:11:35 +0000 |
|---|---|---|
| committer | David Aspinall | 2005-03-25 15:11:35 +0000 |
| commit | 76b7012bb8563382e3d78c464cb16e3f308fb43a (patch) | |
| tree | 3f2092550461944c1cb74b5b9077c7aede08357b | |
| parent | ec7ac1a6187e783a4fd38d8e1f6e7f6b7fdea5b9 (diff) | |
Updated.
| -rw-r--r-- | TODO.developer | 3 | ||||
| -rw-r--r-- | doc/docstring-magic.el | 5 |
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. |
