summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-07-06 15:46:31 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-07-06 15:46:39 -0700
commitd0d3911db0d24e5c3515f6e0b5c9256acf82a18f (patch)
treec79028d21de3ef7339814135d047c951b662697e /rust-mode.el
parente9b1bfe2fea4e4666c12dabc008f807064e641b4 (diff)
downloadrust-mode-d0d3911db0d24e5c3515f6e0b5c9256acf82a18f.tar.gz
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 86e5f86..a9691a8 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -56,9 +56,9 @@
"trait" "fn" "enum" "iface"
"impl"))
(puthash word 'def table))
- (dolist (word '("assert"
+ (dolist (word '("again" "assert"
"break"
- "check" "claim" "cont" "copy"
+ "check" "claim" "copy"
"do" "drop"
"else" "export" "extern"
"fail" "for"