From d7c949368c0df7a17a87e0597e4948c533ecac43 Mon Sep 17 00:00:00 2001 From: Micah Chalmer Date: Sat, 14 Dec 2013 18:00:21 -0500 Subject: [PATCH] Add "proc" as keyword to 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 66cc3c3d472c..f30cfaf8d150 100644 --- a/src/etc/emacs/rust-mode.el +++ b/src/etc/emacs/rust-mode.el @@ -134,7 +134,7 @@ "if" "impl" "in" "let" "loop" "match" "mod" "mut" - "priv" "pub" + "priv" "proc" "pub" "ref" "return" "self" "static" "struct" "super" "true" "trait" "type"