From 97601cafc501447b4ea51ab5084b8657119463d6 Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Thu, 2 Aug 2012 10:08:17 -0700 Subject: [PATCH] Update rust-mode.el with new keywords. --- src/etc/emacs/rust-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el index 64a6a84c082b..e4b2c8376994 100644 --- a/src/etc/emacs/rust-mode.el +++ b/src/etc/emacs/rust-mode.el @@ -58,15 +58,15 @@ (puthash word 'def table)) (dolist (word '("again" "assert" "break" - "check" "claim" "copy" + "copy" "do" "drop" "else" "export" "extern" "fail" "for" "if" "import" "let" "log" "loop" - "new" + "move" "new" "pure" - "ret" + "return" "unchecked" "unsafe" "while")) (puthash word t table))