aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-10-04 12:07:05 -0700
committerGlenn Morris2014-10-04 12:07:05 -0700
commit8d035a693645bd0dfd0222ad7781e3aaeba9499e (patch)
tree22222406d3d8fe1c8e509a06d066ac5a5a485e44
parentcf7a4a06225736ac56bbf8590ca8ca67aee7f608 (diff)
downloademacs-8d035a693645bd0dfd0222ad7781e3aaeba9499e.tar.gz
emacs-8d035a693645bd0dfd0222ad7781e3aaeba9499e.zip
* admin/authors.el (authors-renamed-files-alist): Add package-x-test.el
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/authors.el1
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 @@
12014-10-04 Glenn Morris <rgm@gnu.org>
2
3 * authors.el (authors-renamed-files-alist): Add package-x-test.el
4
12014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> 52014-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")