From: Glenn Morris Date: Sat, 4 Oct 2014 19:07:05 +0000 (-0700) Subject: * admin/authors.el (authors-renamed-files-alist): Add package-x-test.el X-Git-Tag: emacs-25.0.90~2635^2~679^2~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d035a693645bd0dfd0222ad7781e3aaeba9499e;p=emacs.git * admin/authors.el (authors-renamed-files-alist): Add package-x-test.el --- diff --git a/admin/ChangeLog b/admin/ChangeLog index cd5f08989fc..ad4422ec3e1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2014-10-04 Glenn Morris + + * authors.el (authors-renamed-files-alist): Add package-x-test.el + 2014-10-01 Stefan Monnier * 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.") ;; The one in lisp is eshell/eshell.el. ("eshell.el" . "automated/eshell.el") ("eshell/esh-test.el" . "automated/eshell.el") + ("automated/package-x-test.el" . "automated/package-test.el") ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO ("INSTALL-CVS" . "INSTALL.REPO") ("INSTALL.CVS" . "INSTALL.REPO")