diff options
| author | David Aspinall | 1998-11-25 12:29:39 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-11-25 12:29:39 +0000 |
| commit | cf5ae448a22d2ef8e2b45752d4a79c2a186c322c (patch) | |
| tree | 6024a6a26ceb5fc08d43203ec23f7dbe4d15bf37 /doc/docstring-magic.el | |
| parent | 9b3b88d221eab160c8071e3ad12b2a80a5dbe547 (diff) | |
Magic docstring -> texi conversion.
Diffstat (limited to 'doc/docstring-magic.el')
| -rw-r--r-- | doc/docstring-magic.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/docstring-magic.el b/doc/docstring-magic.el new file mode 100644 index 00000000..b36643ce --- /dev/null +++ b/doc/docstring-magic.el @@ -0,0 +1,13 @@ +;; Ensure that non-compiled versions of everything is loaded +(setq load-path + (append + '("../generic/" "../isa/" "../lego/" "../coq/") load-path)) +(load "proof-site.el") +(load "proof-config.el") +(load "proof.el") +(load "isa.el") +(load "thy-mode.el") +(load "coq.el") +(load "lego.el") + +(load "texi-docstring-magic.el")
\ No newline at end of file |
