From 4f049b0ba492e1b7ba8ca645fa4ca14cc9497a5c Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Sat, 27 Feb 2016 11:15:02 -0500 Subject: Fix a typo: s/coq-modulestart-proofstart/coq-indent-proofstart/ --- coq/coq-smie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-smie.el') 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))))))) -- cgit v1.2.3