diff options
| author | Pierre Courtieu | 2004-04-14 15:06:55 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2004-04-14 15:06:55 +0000 |
| commit | b4eafa55c48b39be73947ac67fb8a8dae439c29d (patch) | |
| tree | e444966c7271adecd41b2c63b25fc36c1e0cc81b | |
| parent | 9fa70e3d3714230f71d9814a15acdcb29bce4557 (diff) | |
added the "return" keyword to coq
| -rw-r--r-- | coq/coq-syntax.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 6e8a6aa4..122b9e02 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -704,6 +704,7 @@ Idtac (Nop) tactic, put the following line in your .emacs: "match" "forall" "fun" + "return" )) (defvar coq-reserved-V7 |
