aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2015-04-17 13:27:44 -0400
committerGlenn Morris2015-04-17 13:27:44 -0400
commit4b8490fdfe10771af599ad6f78f4211a522019b6 (patch)
treee93df1344524ebe3dc9425834ecb9aabadd75c48 /admin
parent0bba79e69b3b77fc31dc2f951b5715c00857e413 (diff)
downloademacs-4b8490fdfe10771af599ad6f78f4211a522019b6.tar.gz
emacs-4b8490fdfe10771af599ad6f78f4211a522019b6.zip
* admin/authors.el (authors-valid-file-names, authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 55839b6dc09..c7ec3bcfdd6 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -653,6 +653,7 @@ Changes to files in this list are not listed.")
653 "calc/calc-maint.el" 653 "calc/calc-maint.el"
654 "emacs-lisp/cl-specs.el" 654 "emacs-lisp/cl-specs.el"
655 "emacs-lisp/eieio-comp.el" 655 "emacs-lisp/eieio-comp.el"
656 "emacs-lisp/eieio-generic.el"
656 "erc-hecomplete.el" 657 "erc-hecomplete.el"
657 "eshell/esh-maint.el" 658 "eshell/esh-maint.el"
658 "language/persian.el" 659 "language/persian.el"
@@ -803,6 +804,7 @@ in the repository.")
803 ("play/yow.el" . "yow.el") 804 ("play/yow.el" . "yow.el")
804 ("patcomp.el" . "patcomp.el") 805 ("patcomp.el" . "patcomp.el")
805 ("emulation/ws-mode.el" . "ws-mode.el") 806 ("emulation/ws-mode.el" . "ws-mode.el")
807 ("vc/vc-arch.el" . "vc-arch.el")
806 ;; From lisp to etc/forms. 808 ;; From lisp to etc/forms.
807 ("forms-d2.el" . "forms-d2.el") 809 ("forms-d2.el" . "forms-d2.el")
808 ("forms-pass.el" . "forms-pass.el") 810 ("forms-pass.el" . "forms-pass.el")
@@ -814,6 +816,9 @@ in the repository.")
814 ("eshell/esh-test.el" . "automated/eshell.el") 816 ("eshell/esh-test.el" . "automated/eshell.el")
815 ("automated/cl-lib.el" . "automated/cl-lib-tests.el") 817 ("automated/cl-lib.el" . "automated/cl-lib-tests.el")
816 ("automated/package-x-test.el" . "automated/package-test.el") 818 ("automated/package-x-test.el" . "automated/package-test.el")
819 ("indent/js-indent-first-initialiser-t.js" . "indent/js-indent-init-t.js")
820 ("indent/js-indent-first-initialiser-dynamic.js" .
821 "indent/js-indent-init-dynamic.js")
817 ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO 822 ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO
818 ("INSTALL-CVS" . "INSTALL.REPO") 823 ("INSTALL-CVS" . "INSTALL.REPO")
819 ("INSTALL.CVS" . "INSTALL.REPO") 824 ("INSTALL.CVS" . "INSTALL.REPO")