From cff03dba4f5058a91557abfb5fc42bee7f0a5879 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 10 Oct 2010 14:39:31 +0000 Subject: Fix to last patch. --- generic/proof-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/proof-script.el') diff --git a/generic/proof-script.el b/generic/proof-script.el index a3f4a52c..380c500d 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1903,7 +1903,7 @@ comment, and insert or skip to the next semi)." (looking-at termregexp) ;; after the terminal (and - (re-search-backward termregexp (proof-unprocessed-begin)) + (re-search-backward termregexp (proof-unprocessed-begin) t) (goto-char nwsp) (eq (match-end 0) nwsp))) (insert proof-terminal-string) -- cgit v1.2.3