aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Courtieu2012-01-18 13:58:55 +0000
committerPierre Courtieu2012-01-18 13:58:55 +0000
commitb4b0c56b664c79a6e09bf6a70ea14483edd9e2d4 (patch)
treeaee8bd71894ef745ff5a76bea8c5f73f52bcb810
parent199edd131d84db62e6ee34e48406eb4530a2a25a (diff)
Fixed a small bug in indentation (bis repetita).
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 7eebb364..6af3314c 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -594,7 +594,7 @@ Lemma foo: forall n,
;; are not recognized by coq-smie-search-token-backward
;; TODO: add all tactics accepting "in" TODO or better: find
;; another way to distinguish tactic "in" from "let in"
- '("in" "let" "eval" "rewrite" "unfold" "apply"))
+ '("in" "let" "eval" "rewrite" "unfold" "apply" "simpl" "compute" "symmetry"))
'("in" "let"))
"in" "in tactic")))
(tok))))