diff options
| author | Glenn Morris | 2014-10-04 12:07:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-04 12:07:05 -0700 |
| commit | 8d035a693645bd0dfd0222ad7781e3aaeba9499e (patch) | |
| tree | 22222406d3d8fe1c8e509a06d066ac5a5a485e44 | |
| parent | cf7a4a06225736ac56bbf8590ca8ca67aee7f608 (diff) | |
| download | emacs-8d035a693645bd0dfd0222ad7781e3aaeba9499e.tar.gz emacs-8d035a693645bd0dfd0222ad7781e3aaeba9499e.zip | |
* admin/authors.el (authors-renamed-files-alist): Add package-x-test.el
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/authors.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index cd5f08989fc..ad4422ec3e1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * authors.el (authors-renamed-files-alist): Add package-x-test.el | ||
| 4 | |||
| 1 | 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get | 7 | * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get |
diff --git a/admin/authors.el b/admin/authors.el index cf989e11d95..e27877df51d 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -782,6 +782,7 @@ in the repository.") | |||
| 782 | ;; The one in lisp is eshell/eshell.el. | 782 | ;; The one in lisp is eshell/eshell.el. |
| 783 | ("eshell.el" . "automated/eshell.el") | 783 | ("eshell.el" . "automated/eshell.el") |
| 784 | ("eshell/esh-test.el" . "automated/eshell.el") | 784 | ("eshell/esh-test.el" . "automated/eshell.el") |
| 785 | ("automated/package-x-test.el" . "automated/package-test.el") | ||
| 785 | ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO | 786 | ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO |
| 786 | ("INSTALL-CVS" . "INSTALL.REPO") | 787 | ("INSTALL-CVS" . "INSTALL.REPO") |
| 787 | ("INSTALL.CVS" . "INSTALL.REPO") | 788 | ("INSTALL.CVS" . "INSTALL.REPO") |