aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-24 10:38:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-24 10:38:01 +0000
commit3563de3849c59f7b97fc9406960629a7258c8a84 (patch)
tree70beb3cbb61c80e9e24365cf9448d30fc3d3fa53 /coq/coq.el
parent031876435b4b287f17ff74dbbc4999c80b91161b (diff)
Fix some compile errors
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index fd008ec8..810db4b4 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -847,7 +847,6 @@ This is specific to coq-mode."
proof-shell-process-file nil
proof-shell-inform-file-retracted-cmd nil)))
-(provide 'coq)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
@@ -896,6 +895,9 @@ mouse activation."
,(format "Check %s." thm))))))
)
+(provide 'coq)
+
+
;;; Local Variables: ***
;;; tab-width:2 ***
;;; fill-column: 85 ***