Skip to content

Commit d7c9493

Browse files
committed
Add "proc" as keyword to emacs mode
1 parent 3d3a663 commit d7c9493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"if" "impl" "in"
135135
"let" "loop"
136136
"match" "mod" "mut"
137-
"priv" "pub"
137+
"priv" "proc" "pub"
138138
"ref" "return"
139139
"self" "static" "struct" "super"
140140
"true" "trait" "type"

0 commit comments

Comments
 (0)