diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-02-14 10:10:06 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-14 22:55:21 -0800 |
| commit | d4264a9995f553f3b886d08f13d21c7d0c503354 (patch) | |
| tree | 8c2a29edb6722e80e3a81edd6a723ba7a85999f6 | |
| parent | 6b323f347c653f2b09fd3bbff878c252c69df44c (diff) | |
| download | rust-mode-d4264a9995f553f3b886d08f13d21c7d0c503354.tar.gz | |
extern mod => extern crate
This was previously implemented, and it just needed a snapshot to go through
| -rw-r--r-- | rust-mode.el | 5 |
1 files 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") |
