summaryrefslogtreecommitdiff
path: root/Util/Emacs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2013-08-06 18:37:40 -0700
committerGravatar Rustan Leino <unknown>2013-08-06 18:37:40 -0700
commitb06749500528f113ace48fd2fd7d0412c84a9c78 (patch)
tree9b54dfe7c5d412c2f56e0e5bdefe62501ad4d5f2 /Util/Emacs
parentb40564833ddf8408d446d5b2c0ba376dbea51c68 (diff)
Removed old keyword "choose"
Diffstat (limited to 'Util/Emacs')
-rw-r--r--Util/Emacs/dafny-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Emacs/dafny-mode.el b/Util/Emacs/dafny-mode.el
index c59de6ed..7075a30d 100644
--- a/Util/Emacs/dafny-mode.el
+++ b/Util/Emacs/dafny-mode.el
@@ -38,7 +38,7 @@
"invariant" "decreases"
)) . font-lock-builtin-face)
`(,(dafny-regexp-opt '(
- "assert" "assume" "break" "choose" "then" "else" "if" "label" "return" "yield"
+ "assert" "assume" "break" "then" "else" "if" "label" "return" "yield"
"while" "print" "where"
"old" "forall" "exists" "new" "calc" "in" "this" "fresh"
"match" "case" "false" "true" "null")) . font-lock-keyword-face)