From 76f6939a5acb45d200d67795259b12bcdd2d6ce2 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 24 Jan 2008 23:38:02 +0000 Subject: Missing paren --- coq/coq-indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coq/coq-indent.el b/coq/coq-indent.el index 32979dee..cdb84ef7 100644 --- a/coq/coq-indent.el +++ b/coq/coq-indent.el @@ -650,7 +650,7 @@ argument must be t if inside the {}s of a record, nil otherwise." ((proof-looking-at-safe coq-indent-pattern-regexp) (+ prevcol proof-indent)) - (t prevcol))) + (t prevcol)))) (defun coq-indent-comment-offset () -- cgit v1.2.3