Add "proc" as keyword to emacs mode

This commit is contained in:
Micah Chalmer 2013-12-14 18:00:21 -05:00
parent 3d3a663d25
commit d7c949368c

View file

@ -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"