aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-01 16:29:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-01 16:29:02 +0000
commita8e0880b296b876f7bbd2e5ba37a54dcc2eb09d5 (patch)
tree1aa023b7a91f419c75c2ffbe75118f58aa17f98e /coq/coq.el
parent684a1fb1c829213fdfbd5db482c54d380828e544 (diff)
Replaced string COMMENT by constant proof-no-command.
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 3cefd123..18540d7c 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -170,7 +170,7 @@
(setq span (next-span span 'type)))
- (or ans "COMMENT")))
+ (or ans proof-no-command)))
(defvar coq-current-goal 1
"Last goal that emacs looked at.")