aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-19 06:51:33 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-19 06:51:33 +0000
commitf08daaaa648cb6b9aedee3885b82a806d224c867 (patch)
tree30edb8edb0eadb430b7ffa4eae0f266da7c1e9fa /coq/coq-syntax.el
parent644ecad64469227e8a84673d26c188c5553c2562 (diff)
Altered syntax a little bit so reset works for Section.
Diffstat (limited to 'coq/coq-syntax.el')
-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"