aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
authorPierre Courtieu2006-08-25 13:21:20 +0000
committerPierre Courtieu2006-08-25 13:21:20 +0000
commitac2ed5ec6a3fee36abd1ca0aca2f049c1ce0fb01 (patch)
tree651d75bca39cbd618bde10ed23483508a522d301 /coq/coq.el
parent079bf430d977dfe5d451ffd1aebff5554801c388 (diff)
Adding comments
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index b0e3e2fb..55406a81 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -164,6 +164,7 @@ To disable coqc being called (and use only make), set this to nil."
(defvar coq-non-retractable-instruct-regexp
(proof-ids-to-regexp coq-non-retractable-instruct))
+; delete when no more support for 8.0 ?
(defvar coq-keywords-section
'("Section" "Module\\s-+Type" "Declare\\s-+Module" "Module"))
@@ -264,6 +265,7 @@ toplevel \"Coq <\". Returns nil if yes. This assumes that no
; if no second id --> name of the module/section is (match-string 2 str)
; otherwise it is (match-string 5 str)
; to know if there is a second id: (match-string 2 str)="Type" ?
+; delete when no more support for 8.0
(defun coq-section-or-module-start-p (str)
(proof-string-match
(concat "\\`" coq-section-regexp