diff options
| author | David Aspinall | 2000-03-19 06:51:33 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-19 06:51:33 +0000 |
| commit | f08daaaa648cb6b9aedee3885b82a806d224c867 (patch) | |
| tree | 30edb8edb0eadb430b7ffa4eae0f266da7c1e9fa | |
| parent | 644ecad64469227e8a84673d26c188c5553c2562 (diff) | |
Altered syntax a little bit so reset works for Section.
| -rw-r--r-- | coq/coq-syntax.el | 6 |
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" |
