aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-10 14:39:31 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-10 14:39:31 +0000
commitcff03dba4f5058a91557abfb5fc42bee7f0a5879 (patch)
treef2b45e8ad1ee1c2923c54e4119ac099ed6167281 /generic/proof-script.el
parent0b82463b5b55b5011753277ab6e96a05192c6f5e (diff)
Fix to last patch.
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el2
1 files changed, 1 insertions, 1 deletions
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)