From d0d3911db0d24e5c3515f6e0b5c9256acf82a18f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 6 Jul 2012 15:46:31 -0700 Subject: For #2229, recognize 'again' in place of 'cont', final change pending snapshot. --- rust-mode.el | 4 ++-- 1 file 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" -- cgit v1.2.3