aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2013-07-10 14:59:08 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2013-07-10 14:59:08 +0000
commit0d644ac0cf3c713f16a114b801de9d3f98f928f0 (patch)
tree567fe6c5bd697d016d27dcafd4c250eca55c4f55 /coq/coq-syntax.el
parentad5a025af110bd9bda1461c894ed1d0b90aa027d (diff)
Fixing #477. Adding Proposition as a goal-starter keyword.
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 5d80c114..5eeafbd9 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -467,6 +467,7 @@
("Instance goal" "instg" "Instance #:#.\n#\nDefined." t);; careful
("Lemma" "l" "Lemma # : #.\nProof.\n#\nQed." t "Lemma")
("Program Lemma" "pl" "Program Lemma # : #.\nProof.\n#\nQed." t "Program\\s-+Lemma")
+ ("Proposition" "l" "Proposition # : #.\nProof.\n#\nQed." t "Proposition")
("Module! (interactive)" nil "Module # : #.\n#\nEnd #." nil nil coq-insert-section-or-module)
("Module Type" "mti" "Module Type #.\n#\nEnd #." t "Module\\s-+Type") ; careful
("Module :" "moi" "Module # : #.\n#\nEnd #." t "Module") ; careful