diff options
author | Nicolas Petton <nicolas@petton.fr> | 2017-10-04 21:49:22 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2017-10-05 22:26:47 +0200 |
commit | e933249f6bc82f0469792bd1fe1255dcaa813705 (patch) | |
tree | 41ae5fb42b8667fe3eaa23693925021bd2a4c8d4 | |
parent | 9a10c8713b8dd46738365d35263ae0687e2063cc (diff) | |
download | emacs-e933249f6bc82f0469792bd1fe1255dcaa813705.tar.gz |
Update authors.el
* admin/authors.el (authors-renamed-files-alist)
(authors-valid-file-names): Additions.
-rw-r--r-- | admin/authors.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/admin/authors.el b/admin/authors.el index f79c2e8877e..5638efbc34c 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -806,7 +806,10 @@ Changes to files in this list are not listed.") "srecode-tests.el" "make-test-deps.emacs-lisp" "nxml-uchnm.el" "decoder-tests.el" - "obsolete/scribe.el") + "obsolete/scribe.el" + "cp51932.el" + "eucjp-ms.el" + "lisp.mk") "File names which are valid, but no longer exist (or cannot be found) in the repository.") @@ -912,7 +915,7 @@ in the repository.") ("emulation/ws-mode.el" . "ws-mode.el") ("vc/vc-arch.el" . "vc-arch.el") ("lisp/gnus/messcompat.el" . "messcompat.el") - ("lisp/gnus/html2text.el" . "html2text.el") + ("html2text.el" . "html2text.el") ;; From lisp to etc/forms. ("forms-d2.el" . "forms-d2.el") ("forms-pass.el" . "forms-pass.el") |