From cdad7f6f3bdef6ecf6cb0aaa24316dc29fe1bc0e Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sat, 3 Aug 2013 18:31:23 +1000 Subject: [PATCH] etc: add the `in` keyword to the emacs mode. --- src/etc/emacs/rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el index 106cdbfd5f4..87c505e69d0 100644 --- a/src/etc/emacs/rust-mode.el +++ b/src/etc/emacs/rust-mode.el @@ -102,7 +102,7 @@ "do" "else" "enum" "extern" "false" "fn" "for" - "if" "impl" + "if" "impl" "in" "let" "loop" "match" "mod" "mut" "priv" "pub"