aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-indent.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-24 23:38:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-24 23:38:02 +0000
commit76f6939a5acb45d200d67795259b12bcdd2d6ce2 (patch)
treeb0b7fb3f9a14a56689300fd3112359160ec1115c /coq/coq-indent.el
parentf6ffea40923b498a8a65c99214b08749a3126e9d (diff)
Missing paren
Diffstat (limited to 'coq/coq-indent.el')
-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 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 ()