aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorNicolas Petton2017-10-11 15:12:09 +0200
committerPaul Eggert2018-01-15 13:29:20 -0800
commitc569e686b0ba46c915a376746a04cb1fb5ed0426 (patch)
tree78d6f20c95c37118fab851db6b918a944bbfb206 /admin
parent7d6a6b4a4c701b7900809e6209de42f2dc14e1e3 (diff)
downloademacs-c569e686b0ba46c915a376746a04cb1fb5ed0426.tar.gz
emacs-c569e686b0ba46c915a376746a04cb1fb5ed0426.zip
Update authors.el
* admin/authors.el (authors-valid-file-names) (authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el16
1 files changed, 15 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 5032b57fd92..079d64b3205 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -809,7 +809,20 @@ Changes to files in this list are not listed.")
809 "obsolete/scribe.el" 809 "obsolete/scribe.el"
810 "cp51932.el" 810 "cp51932.el"
811 "eucjp-ms.el" 811 "eucjp-ms.el"
812 "lisp.mk") 812 "lisp.mk"
813 "update-game-score.exe.manifest"
814 "lisp/obsolete/awk-mode.el"
815 "lisp/obsolete/iso-acc.el"
816 "lisp/obsolete/iso-insert.el"
817 "lisp/obsolete/resume.el"
818 "lisp/obsolete/scribe.el"
819 "lisp/obsolete/swedish.el"
820 "lisp/obsolete/spell.el"
821 "lisp/obsolete/swedish.el"
822 "lisp/obsolete/sym-comp.el"
823 "library-of-babel.org"
824 "flymake-elisp.el"
825 "flymake-ui.el")
813 "File names which are valid, but no longer exist (or cannot be found) 826 "File names which are valid, but no longer exist (or cannot be found)
814in the repository.") 827in the repository.")
815 828
@@ -894,6 +907,7 @@ in the repository.")
894 ("progmodes/octave-inf.el" . "octave.el") 907 ("progmodes/octave-inf.el" . "octave.el")
895 ("progmodes/octave-mod.el" . "octave.el") 908 ("progmodes/octave-mod.el" . "octave.el")
896 ;; Obsolete. 909 ;; Obsolete.
910 ("lisp/gs.el" . "gs.el")
897 ("emacs-lisp/assoc.el" . "assoc.el") 911 ("emacs-lisp/assoc.el" . "assoc.el")
898 ("emacs-lisp/cust-print.el" . "cust-print.el") 912 ("emacs-lisp/cust-print.el" . "cust-print.el")
899 ("emacs-lisp/gulp.el" . "gulp.el") 913 ("emacs-lisp/gulp.el" . "gulp.el")