aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
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 b41f477a..e3541b48 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1435,7 +1435,7 @@ Near here means PT is either inside or just aside of a comment."
(cond
((coq-looking-at-comment)
(coq-get-comment-region (point)))
- ((and (looking-back proof-script-comment-end)
+ ((and (looking-back proof-script-comment-end nil)
(save-excursion (forward-char -1) (coq-looking-at-comment)))
(coq-get-comment-region (- (point) 1)))
((and (looking-at proof-script-comment-start)