aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isabelle-system.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-14 08:14:43 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-14 08:14:43 +0000
commitf443e63be5fbf240df375e760d10b34ee9976492 (patch)
tree2aa7fb743ec557f2db81675ecef0039be525753c /isar/isabelle-system.el
parente596b43c84fbbf129aef175cf2029b213079d26a (diff)
Fix compilation.
Diffstat (limited to 'isar/isabelle-system.el')
-rw-r--r--isar/isabelle-system.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/isar/isabelle-system.el b/isar/isabelle-system.el
index d6fbc926..7d654d34 100644
--- a/isar/isabelle-system.el
+++ b/isar/isabelle-system.el
@@ -12,14 +12,14 @@
;;
;;; Code:
-(eval-when-compile
- (require 'span) ; span macros
- (require 'proof-site) ; compile for isar (defpgdefault, etc)
- (proof-ready-for-assistant 'isar))
-
-(require 'cl) ; mapcan
-(require 'proof) ; for proof-assistant-symbol, etc.
-(require 'proof-syntax) ; for proof-string-match
+(require 'cl) ; mapcan, eval-when
+
+(eval-when (compile)
+ (require 'span)
+ (require 'scomint)
+ (require 'proof-site)
+ (require 'proof-menu)
+ (defvar proof-assistant-menu nil))
;; The isabelle custom group won't have been defined yet.