From 4be8239ac2fe2209dd4f19279151aa18792e6c4a Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Tue, 7 Aug 2012 12:35:23 -0700 Subject: [PATCH] Add 'static' to rust-mode.el. --- 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 94fc9059f483..6978685a43d6 100644 --- a/src/etc/emacs/rust-mode.el +++ b/src/etc/emacs/rust-mode.el @@ -66,7 +66,7 @@ "let" "log" "loop" "move" "new" "pure" - "return" + "return" "static" "unchecked" "unsafe" "while")) (puthash word t table))