aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 12:17:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 12:17:40 +0000
commit0a42eb29804f7e384a6f1c406b8811c8a50a4692 (patch)
treec4c6e0dc6ef21e5b5d181bfd3d8733824fb34b01 /lego
parent2dad869969276edbe077c7576959a37692e0c12c (diff)
Begun work on clean byte compilation / clarifying interfaces.
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lego/lego.el b/lego/lego.el
index f0564857..2ea0594e 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -9,9 +9,11 @@
;; $Id$
;;
+(require 'proof)
(require 'lego-syntax)
+
+;; FIXME: outline should be autoloaded
(require 'outline)
-(require 'proof)
;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; User Configuration ;;;