aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2014-01-12 18:37:42 +0200
committerEli Zaretskii2014-01-12 18:37:42 +0200
commit3cc9b1e268be9e2593314c73866a67ba4fa03454 (patch)
tree63c8cbe0586579e3371330e576fb5fa5bb5ec750 /etc
parentff7210fef52a3ced9ea517c8326164b241cc148b (diff)
downloademacs-3cc9b1e268be9e2593314c73866a67ba4fa03454.tar.gz
emacs-3cc9b1e268be9e2593314c73866a67ba4fa03454.zip
Revert last commit.
Diffstat (limited to 'etc')
-rw-r--r--etc/CONTRIBUTE11
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
74The latest version of Emacs can be fetched from the version-control 74The latest version of Emacs can be downloaded using Bazaar from the
75repository on the Savannah web site. It is important to write your 75Savannah web site. It is important to write your patch based on the
76patch based on the latest version. If you start from an older 76latest version. If you start from an older version, your patch may be
77version, your patch may be outdated (so that maintainers will have a 77outdated (so that maintainers will have a hard time applying it), or
78hard time applying it), or changes in Emacs may have made your patch 78changes in Emacs may have made your patch unnecessary.
79unnecessary.
80 79
81After you have downloaded the repository source, you should read the file 80After you have downloaded the repository source, you should read the file
82INSTALL.REPO for build instructions (they differ to some extent from a 81INSTALL.REPO for build instructions (they differ to some extent from a