emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode d82b5a7 062/486: Add "proc" as keyword to emacs


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode d82b5a7 062/486: Add "proc" as keyword to emacs mode
Date: Sat, 7 Aug 2021 09:24:49 -0400 (EDT)

branch: elpa/rust-mode
commit d82b5a7f15695ec1228e45b55e0796b9e4e1afe7
Author: Micah Chalmer <micah@micahchalmer.net>
Commit: Micah Chalmer <micah@micahchalmer.net>

    Add "proc" as keyword to emacs mode
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 66cc3c3..f30cfaf 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]