diff options
| author | Eli Zaretskii | 2014-01-12 18:37:42 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-01-12 18:37:42 +0200 |
| commit | 3cc9b1e268be9e2593314c73866a67ba4fa03454 (patch) | |
| tree | 63c8cbe0586579e3371330e576fb5fa5bb5ec750 /etc | |
| parent | ff7210fef52a3ced9ea517c8326164b241cc148b (diff) | |
| download | emacs-3cc9b1e268be9e2593314c73866a67ba4fa03454.tar.gz emacs-3cc9b1e268be9e2593314c73866a67ba4fa03454.zip | |
Revert last commit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/CONTRIBUTE | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index de42a15bb5c..cba833cf584 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -71,12 +71,11 @@ patches) over all your contributions. | |||
| 71 | 71 | ||
| 72 | * Getting the Source Code | 72 | * Getting the Source Code |
| 73 | 73 | ||
| 74 | The latest version of Emacs can be fetched from the version-control | 74 | The latest version of Emacs can be downloaded using Bazaar from the |
| 75 | repository on the Savannah web site. It is important to write your | 75 | Savannah web site. It is important to write your patch based on the |
| 76 | patch based on the latest version. If you start from an older | 76 | latest version. If you start from an older version, your patch may be |
| 77 | version, your patch may be outdated (so that maintainers will have a | 77 | outdated (so that maintainers will have a hard time applying it), or |
| 78 | hard time applying it), or changes in Emacs may have made your patch | 78 | changes in Emacs may have made your patch unnecessary. |
| 79 | unnecessary. | ||
| 80 | 79 | ||
| 81 | After you have downloaded the repository source, you should read the file | 80 | After you have downloaded the repository source, you should read the file |
| 82 | INSTALL.REPO for build instructions (they differ to some extent from a | 81 | INSTALL.REPO for build instructions (they differ to some extent from a |