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

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

[nongnu] elpa/rust-mode 256de23 011/486: emacs: add match as keyword


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 256de23 011/486: emacs: add match as keyword
Date: Sat, 7 Aug 2021 09:24:37 -0400 (EDT)

branch: elpa/rust-mode
commit 256de2342004ee854126c9fb98bdca62eb63042d
Author: Niko Matsakis <niko@alum.mit.edu>
Commit: Niko Matsakis <niko@alum.mit.edu>

    emacs: add match as keyword
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index c79ca52..94fc905 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -70,7 +70,7 @@
                     "unchecked" "unsafe"
                     "while"))
       (puthash word t table))
-    (puthash "alt" 'alt table)
+    (puthash "match" 'alt table)
     (dolist (word '("true" "false")) (puthash word 'atom table))
     table))
 ;; FIXME type-context keywords



reply via email to

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