aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq-syntax.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 11c6df93..c323f83e 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -15,6 +15,9 @@
"Hypotheses"
"Hypothesis"
"Parameter[s]?"
+;; da: 3.2 I added Section here, to try to fix undo for Sections working
+;; better.
+"Section"
"Variable[s]?"
"Global\\s-+Variable"
))
@@ -106,7 +109,8 @@
"Reset"
"Search"
"SearchIsos"
-"Section"
+;; da: testing moving this
+;; "Section"
"Show\\s-+Programs"
"Show\\s-+Proof"
"Show\\s-+Script"