aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2016-12-31 17:12:00 +0100
committerGravatar Hendrik Tews <hendrik@askra.de>2016-12-31 17:12:00 +0100
commitc458fc8a1f831e4993a492ae2d84a30507029175 (patch)
tree1ab662aeb0da70d4a67fe32d88135b4b72a6f2e9 /coq/coq.el
parent515026c1a268817075d37f748db303d05b0abb00 (diff)
add second argument to looking-back, required in emacs25
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)