* admin/authors.el (authors-renamed-files-alist): Add package-x-test.el
This commit is contained in:
parent
cf7a4a0622
commit
8d035a6936
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-10-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* authors.el (authors-renamed-files-alist): Add package-x-test.el
|
||||
|
||||
2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue