diff options
| author | David Aspinall | 2000-07-16 15:18:47 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-07-16 15:18:47 +0000 |
| commit | 5040ad4de827192f93325a2520a7b7410994c166 (patch) | |
| tree | b8ac7756083517c890e3819e9b04d67629a01a6b | |
| parent | f1e36dc74e323fa869ff955a633ce55a62fe621f (diff) | |
Removed some (hopefully redundant) requires.
| -rw-r--r-- | coq/coq.el | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -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: |
