aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2004-03-16 16:16:13 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2004-03-16 16:16:13 +0000
commit08170a5b4cc0a034654380b68c3280ab77081c1c (patch)
tree311062537c9cb2534eebfa894015cd45e9f0e320 /coq
parentf2a148db80fb52e9adf8ddd3f4c8e6695056d131 (diff)
Added one entry in the coq insert command menu (hint rewrite).
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 867d8fd5..57c1836a 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -119,6 +119,7 @@
["hint Constructors hc<C-BS>" (insert-and-expand "hc") t]
["hint Immediate hi<C-BS>" (insert-and-expand "hi") t]
["hint Resolve hr<C-BS>" (insert-and-expand "hr") t]
+ ["hint Rewrite hrw<C-BS>" (insert-and-expand "hrw") t]
["hint extern he<C-BS>" (insert-and-expand "he") t]
["hints hs<C-BS>" (insert-and-expand "hs") t]
""