aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/coq-indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el
index ba39b82f..185c09bc 100644
--- a/coq/coq-indent.el
+++ b/coq/coq-indent.el
@@ -350,7 +350,7 @@ and return nil."
;; Find end of command
(while (and (setq foundbeg
(and
- (re-search-backward proof-script-command-end-regexp limit t)
+ (re-search-backward proof-script-command-end-regexp limit 'dummy)
(match-beginning 1)))
(setq next-pos (- (match-end 0) 1))
(or (if (or (string-equal (match-string 1) "}")