summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2014-11-26 10:03:11 -0500
committerNiko Matsakis <niko@alum.mit.edu>2014-12-14 04:21:57 -0500
commit079f0c2e36a6f7b25b3c2a0d9d64a0ef6e1816c4 (patch)
tree103c89e845e7a4712e2f3c13a06f92282aa44542 /rust-mode.el
parent0b9a7e0d77cd4fb8338181a767f4ec7eac0206c5 (diff)
downloadrust-mode-079f0c2e36a6f7b25b3c2a0d9d64a0ef6e1816c4.tar.gz
Update emacs and vi modes.
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 0d0e4b3..6917e9e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -174,7 +174,7 @@
"if" "impl" "in"
"let" "loop"
"match" "mod" "move" "mut"
- "priv" "proc" "pub"
+ "priv" "pub"
"ref" "return"
"self" "static" "struct" "super"
"true" "trait" "type"