diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el index c79ca520535..94fc9059f48 100644 --- a/src/etc/emacs/rust-mode.el +++ b/src/etc/emacs/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