diff options
| author | Eric S. Raymond | 2014-01-08 18:24:54 -0500 |
|---|---|---|
| committer | Eric S. Raymond | 2014-01-08 18:24:54 -0500 |
| commit | ac4c50ad333ca1ba1478b4766c866efeea59eb30 (patch) | |
| tree | 49abfcd355ffd8c8f18b2233946b87b845c7028f /etc | |
| parent | 9475054f3ccaf887866bc843d508ccc27eab04d0 (diff) | |
| download | emacs-ac4c50ad333ca1ba1478b4766c866efeea59eb30.tar.gz emacs-ac4c50ad333ca1ba1478b4766c866efeea59eb30.zip | |
Rename INSTALL.BZR to UNSTALL.REPOm and carry that through in other files.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/AUTHORS | 4 | ||||
| -rw-r--r-- | etc/CONTRIBUTE | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/AUTHORS b/etc/AUTHORS index e6e8137141e..2b93bb25dab 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -72,7 +72,7 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el | |||
| 72 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el | 72 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el |
| 73 | and changed cc-mode.texi lread.c programs.texi font-lock.el font-core.el | 73 | and changed cc-mode.texi lread.c programs.texi font-lock.el font-core.el |
| 74 | isearch.el lisp.el modes.texi cc-subword.el display.texi os.texi | 74 | isearch.el lisp.el modes.texi cc-subword.el display.texi os.texi |
| 75 | search.texi startup.el subr.el text.texi INSTALL.BZR add-log.el | 75 | search.texi startup.el subr.el text.texi INSTALL.REPO add-log.el |
| 76 | buffers.texi bytecomp.el callint.c cc-fix.el and 22 other files | 76 | buffers.texi bytecomp.el callint.c cc-fix.el and 22 other files |
| 77 | 77 | ||
| 78 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el | 78 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el |
| @@ -1986,7 +1986,7 @@ Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el | |||
| 1986 | 1986 | ||
| 1987 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el | 1987 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el |
| 1988 | and changed files.el doc-view.el image-mode.el info.el simple.el INSTALL | 1988 | and changed files.el doc-view.el image-mode.el info.el simple.el INSTALL |
| 1989 | autogen.sh isearch.el menu-bar.el thingatpt.el INSTALL.BZR configure | 1989 | autogen.sh isearch.el menu-bar.el thingatpt.el INSTALL.REPO configure |
| 1990 | configure.in editfns.c gnus-bookmark.el gnus-msg.el gnus-sum.el man.el | 1990 | configure.in editfns.c gnus-bookmark.el gnus-msg.el gnus-sum.el man.el |
| 1991 | nnmail.el org-agenda.el vc-svn.el and 4 other files | 1991 | nnmail.el org-agenda.el vc-svn.el and 4 other files |
| 1992 | 1992 | ||
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index 9e8caeddcb2..bbabeb3de05 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -77,8 +77,8 @@ latest version. If you start from an older version, your patch may be | |||
| 77 | outdated (so that maintainers will have a hard time applying it), or | 77 | outdated (so that maintainers will have a hard time applying it), or |
| 78 | changes in Emacs may have made your patch unnecessary. | 78 | changes in Emacs may have made your patch unnecessary. |
| 79 | 79 | ||
| 80 | After you have downloaded the Bazaar source, you should read the file | 80 | After you have downloaded the repository source, you should read the file |
| 81 | INSTALL.BZR for build instructions (they differ to some extent from a | 81 | INSTALL.REPO for build instructions (they differ to some extent from a |
| 82 | normal build). | 82 | normal build). |
| 83 | 83 | ||
| 84 | Ref: http://savannah.gnu.org/projects/emacs | 84 | Ref: http://savannah.gnu.org/projects/emacs |