From a1c532da10c7f1168b68c238622009301f48b087 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Thu, 14 Jun 2012 16:15:28 +0000 Subject: Fix a bug in coq indet code when at the beginning of a buffer. --- coq/coq-indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-indent.el') 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) "}") -- cgit v1.2.3