aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2003-01-24 12:40:57 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2003-01-24 12:40:57 +0000
commit927f89b85a3e8a0a565ae1faed08e7fb0b13b3b9 (patch)
treee3c6f62a5ee1dc4973b4c2611f7f7763ad713720 /coq
parent6a0742a3aafd136a73d5014627d8c5751a788f9d (diff)
removed some garbage printing in coq/
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 0022e2c4..201cfca1 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -261,19 +261,6 @@ toplevel \"Coq <\". Returns nil if yes. This assumes that no
;; we need to set the "master reset" command which
;; subsumes the others, but still count the depth.
(decf proof-nesting-depth))
- (message "debut")
- (message (concat "0=" (match-string 0 str)))
- (message (concat "1=" (match-string 1 str)))
- (message (concat "2=" (match-string 2 str)))
- (message (concat "3=" (match-string 3 str)))
- (message (concat "4=" (match-string 4 str)))
- (message (concat "5=" (match-string 5 str)))
- (message (concat "6=" (match-string 6 str)))
- (message (concat "7=" (match-string 7 str)))
- (message (concat "8=" (match-string 8 str)))
- (message "fin")
-
-
(if (equal (match-string 2 str) "Type") ;Module Type id: take the third word
(progn
(setq ans (format coq-forget-id-command (match-string 5 str))))