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

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

[nongnu] elpa/rust-mode d4264a9 065/486: extern mod => extern crate


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode d4264a9 065/486: extern mod => extern crate
Date: Sat, 7 Aug 2021 09:24:49 -0400 (EDT)

branch: elpa/rust-mode
commit d4264a9995f553f3b886d08f13d21c7d0c503354
Author: Alex Crichton <alex@alexcrichton.com>
Commit: Alex Crichton <alex@alexcrichton.com>

    extern mod => extern crate
    
    This was previously implemented, and it just needed a snapshot to go through
---
 rust-mode.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index 95732f2..4e1c74c 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -129,8 +129,7 @@
 (defconst rust-mode-keywords
   '("as"
     "break"
-    "continue"
-    "crate"
+    "continue" "crate"
     "do"
     "else" "enum" "extern"
     "false" "fn" "for"
@@ -368,7 +367,7 @@ With argument, do it that many times.
 Negative argument -N means move back to Nth preceding end of defun.
 
 Assume that this is called after beginning-of-defun. So point is
-at the beginning of the defun body. 
+at the beginning of the defun body.
 
 This is written mainly to be used as `end-of-defun-function' for Rust."
   (interactive "p")



reply via email to

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