aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-smie.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-smie.el')
-rw-r--r--coq/coq-smie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-smie.el b/coq/coq-smie.el
index 20ff5b21..be84478a 100644
--- a/coq/coq-smie.el
+++ b/coq/coq-smie.el
@@ -993,7 +993,7 @@ KIND is the situation and TOKEN is the thing w.r.t which the rule applies."
;; the command terminated by ". proofstart".
((equal token ". proofstart")
(save-excursion (forward-char -1) (coq-find-real-start)
- `(column . ,(+ coq-indent-modulestart (current-column)))))
+ `(column . ,(+ coq-indent-proofstart (current-column)))))
((equal token ". modulestart")
(save-excursion (forward-char -1) (coq-find-real-start)
`(column . ,(+ coq-indent-modulestart (current-column)))))))