aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-07-16 15:18:47 +0000
committerDavid Aspinall2000-07-16 15:18:47 +0000
commit5040ad4de827192f93325a2520a7b7410994c166 (patch)
treeb8ac7756083517c890e3819e9b04d67629a01a6b
parentf1e36dc74e323fa869ff955a633ce55a62fe621f (diff)
Removed some (hopefully redundant) requires.
-rw-r--r--coq/coq.el13
1 files changed, 2 insertions, 11 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 5f711f89..07ceef3e 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -5,19 +5,10 @@
;; $Id$
-(require 'proof-script)
+(require 'proof)
(require 'coq-syntax)
-;; Spans are our abstraction of extents/overlays.
-(eval-and-compile
- (cond ((fboundp 'make-extent) (require 'span-extent))
- ((fboundp 'make-overlay) (require 'span-overlay))))
-
-(eval-and-compile
- (mapcar (lambda (f) (autoload f "proof-shell"))
- '(proof-goals-mode proof-shell-config-done)))
-
-; Configuration
+;; Configuration
(setq tags-always-exact t) ; Tags is unusable with Coq library otherwise: