aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2017-10-11 15:12:09 +0200
committerNicolas Petton2017-10-11 15:14:51 +0200
commit419a371f8b3d4ba200770be07136f909c7984ece (patch)
treec0d1951a13700b0058e6e4711d329a56792f1de4
parent3f370869581170cfea05d4f473bee1666a5a3913 (diff)
downloademacs-419a371f8b3d4ba200770be07136f909c7984ece.tar.gz
emacs-419a371f8b3d4ba200770be07136f909c7984ece.zip
Update authors.el
* admin/authors.el (authors-valid-file-names) (authors-renamed-files-alist): Additions.
-rw-r--r--admin/authors.el16
1 files changed, 15 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el
index cb0bd967320..16e62610bad 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -827,7 +827,20 @@ Changes to files in this list are not listed.")
827 "obsolete/scribe.el" 827 "obsolete/scribe.el"
828 "cp51932.el" 828 "cp51932.el"
829 "eucjp-ms.el" 829 "eucjp-ms.el"
830 "lisp.mk") 830 "lisp.mk"
831 "update-game-score.exe.manifest"
832 "lisp/obsolete/awk-mode.el"
833 "lisp/obsolete/iso-acc.el"
834 "lisp/obsolete/iso-insert.el"
835 "lisp/obsolete/resume.el"
836 "lisp/obsolete/scribe.el"
837 "lisp/obsolete/swedish.el"
838 "lisp/obsolete/spell.el"
839 "lisp/obsolete/swedish.el"
840 "lisp/obsolete/sym-comp.el"
841 "library-of-babel.org"
842 "flymake-elisp.el"
843 "flymake-ui.el")
831 "File names which are valid, but no longer exist (or cannot be found) 844 "File names which are valid, but no longer exist (or cannot be found)
832in the repository.") 845in the repository.")
833 846
@@ -912,6 +925,7 @@ in the repository.")
912 ("progmodes/octave-inf.el" . "octave.el") 925 ("progmodes/octave-inf.el" . "octave.el")
913 ("progmodes/octave-mod.el" . "octave.el") 926 ("progmodes/octave-mod.el" . "octave.el")
914 ;; Obsolete. 927 ;; Obsolete.
928 ("lisp/gs.el" . "gs.el")
915 ("emacs-lisp/assoc.el" . "assoc.el") 929 ("emacs-lisp/assoc.el" . "assoc.el")
916 ("emacs-lisp/cust-print.el" . "cust-print.el") 930 ("emacs-lisp/cust-print.el" . "cust-print.el")
917 ("emacs-lisp/gulp.el" . "gulp.el") 931 ("emacs-lisp/gulp.el" . "gulp.el")