Skip to content

Commit 8f6df87

Browse files
committed
auto merge of #10968 : MicahChalmer/rust/emacs-proc-keyword, r=metajack
2 parents ca54ad8 + d7c9493 commit 8f6df87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/emacs/rust-mode.el

+1-1
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)