summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-21 18:25:51 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-21 18:25:51 -0700
commit49af969e2cd4cfb36cdfb55b70bea01592b404eb (patch)
treee1b6c36bfd011c6d92d5081e56c74336a907feef /src
parentdffe188991325b4e803fdd0da7c1563ce0fa27f4 (diff)
downloadrust-49af969e2cd4cfb36cdfb55b70bea01592b404eb.tar.gz
rust-49af969e2cd4cfb36cdfb55b70bea01592b404eb.zip
rust-mode: Add pub and priv
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 1f9a8df5439..9a9b92dfb8c 100644
--- a/src/etc/emacs/rust-mode.el
+++ b/src/etc/emacs/rust-mode.el
@@ -69,7 +69,7 @@
                     "if" "use"
                     "let" "log" "loop"
                     "move" "new"
-                    "pure"
+                    "pure" "pub" "priv"
                     "return" "static"
                     "unchecked" "unsafe"
                     "while"))