diff options
author | rustanleino <unknown> | 2010-07-14 18:31:55 +0000 |
---|---|---|
committer | rustanleino <unknown> | 2010-07-14 18:31:55 +0000 |
commit | d1f8f74e008dbd3ad340ee695790c96098c80c5f (patch) | |
tree | 1967d41631e2be99d41336aed75bada15cb0b09e /Util | |
parent | 5ce119c47b1d5c046a9a39c5fbc94e87435d1d85 (diff) |
Chalice: No longer use Mask for "held" field; instead, only use the value of the "held" field in the heap
Diffstat (limited to 'Util')
-rw-r--r-- | Util/Emacs/dafny-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Emacs/dafny-mode.el b/Util/Emacs/dafny-mode.el index 75561d65..2f5fc467 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -30,7 +30,7 @@ ]\\)*" . font-lock-comment-face)
`(,(dafny-regexp-opt '(
- "class" "datatype" "function" "frame" "ghost" "var" "method" "unlimited"
+ "class" "datatype" "function" "ghost" "var" "method" "unlimited"
"module" "imports" "static" "refines" "replaces" "by"
"returns" "requires" "ensures" "modifies" "reads" "free"
"invariant" "decreases"
|