about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-14 19:41:42 -0800
committerbors <bors@rust-lang.org>2013-12-14 19:41:42 -0800
commit8f6df87c1d876895a7e313728b43d9710ae682bb (patch)
tree105c5e8b4107d8b114bd01a292790c3f7ad824b0 /src
parentca54ad8592087dfe7d2b422f35d75f3932c1991b (diff)
parentd7c949368c0df7a17a87e0597e4948c533ecac43 (diff)
downloadrust-8f6df87c1d876895a7e313728b43d9710ae682bb.tar.gz
rust-8f6df87c1d876895a7e313728b43d9710ae682bb.zip
auto merge of #10968 : MicahChalmer/rust/emacs-proc-keyword, r=metajack
Diffstat (limited to 'src')
-rw-r--r--src/etc/emacs/rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el
index 66cc3c3d472..f30cfaf8d15 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"