Skip to content

Commit

Permalink
Add "proc" as keyword to emacs mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahChalmer committed Dec 14, 2013
1 parent 3d3a663 commit d7c9493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/emacs/rust-mode.el
Expand Up @@ -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"
Expand Down

5 comments on commit d7c9493

@bors
Copy link
Contributor

@bors bors commented on d7c9493 Dec 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from metajack
at MicahChalmer@d7c9493

@bors
Copy link
Contributor

@bors bors commented on d7c9493 Dec 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging MicahChalmer/rust/emacs-proc-keyword = d7c9493 into auto

@bors
Copy link
Contributor

@bors bors commented on d7c9493 Dec 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MicahChalmer/rust/emacs-proc-keyword = d7c9493 merged ok, testing candidate = 8f6df87

@bors
Copy link
Contributor

@bors bors commented on d7c9493 Dec 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on d7c9493 Dec 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 8f6df87

Please sign in to comment.