From 55c48f0d3e0e3636d06ece29f06b0163bcec392f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 4 Oct 2014 12:07:05 -0700 Subject: [PATCH] * admin/authors.el (authors-renamed-files-alist): Add package-x-test.el --- admin/ChangeLog | 4 ++++ admin/authors.el | 1 + 2 files changed, 5 insertions(+) diff --git a/admin/ChangeLog b/admin/ChangeLog index ecad7c800d5..50f44a06d4b 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") -- 2.11.4.GIT