|
2 | 2 | ============================================================
|
3 | 3 |
|
4 | 4 | `rust-mode` makes editing [Rust](http://rust-lang.org) code with Emacs
|
5 |
| -enjoyable. |
6 |
| - |
| 5 | +enjoyable. `rust-mode` requires Emacs 24 or later. |
7 | 6 |
|
8 | 7 | ### Manual Installation
|
9 | 8 |
|
@@ -38,14 +37,6 @@ Then do this to load the package listing:
|
38 | 37 | * <kbd>M-x eval-buffer</kbd>
|
39 | 38 | * <kbd>M-x package-refresh-contents</kbd>
|
40 | 39 |
|
41 |
| -If you use a version of Emacs prior to 24 that doesn't include |
42 |
| -`package.el`, you can get it from [here](http://git.savannah.gnu.org/gitweb/?p=emacs.git;a=blob_plain;hb=ba08b24186711eaeb3748f3d1f23e2c2d9ed0d09;f=lisp/emacs-lisp/package.el). |
43 |
| - |
44 |
| -If you have an older ELPA `package.el` installed from tromey.com, you |
45 |
| -should upgrade in order to support installation from multiple sources. |
46 |
| -The ELPA archive is deprecated and no longer accepting new packages, |
47 |
| -so the version there (1.7.1) is very outdated. |
48 |
| - |
49 | 40 | #### Install `rust-mode`
|
50 | 41 |
|
51 | 42 | One you have `package.el`, you can install `rust-mode` or any other
|
@@ -73,11 +64,6 @@ The file `rust-mode-tests.el` contains tests that can be run via
|
73 | 64 | You can use `run_rust_emacs_tests.sh` to run them in batch mode, if
|
74 | 65 | you set the environment variable EMACS to a program that runs emacs.
|
75 | 66 |
|
76 |
| -To test it under emacs 23, which does not ship with ERT, download ert.el from |
77 |
| -https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el |
78 |
| -and put it in a place where emacs can find it. (ERT has shipped with emacs |
79 |
| -since emacs 24.) |
80 |
| - |
81 | 67 | ## License
|
82 | 68 |
|
83 | 69 | `rust-mode` is distributed under the terms of both the MIT license and the
|
|
0 commit comments