aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq.el')
-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: