diff options
| author | David Aspinall | 1998-10-27 12:17:40 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-10-27 12:17:40 +0000 |
| commit | 0a42eb29804f7e384a6f1c406b8811c8a50a4692 (patch) | |
| tree | c4c6e0dc6ef21e5b5d181bfd3d8733824fb34b01 /coq | |
| parent | 2dad869969276edbe077c7576959a37692e0c12c (diff) | |
Begun work on clean byte compilation / clarifying interfaces.
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,9 +6,11 @@ ;; $Id$ +(require 'proof) (require 'coq-syntax) + +;; FIXME: outline and info should be autoloaded. (require 'outline) -(require 'proof) (require 'info) ; Configuration |
