diff options
author | Nicolas Petton <nicolas@petton.fr> | 2017-10-11 15:12:09 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2017-10-11 15:14:51 +0200 |
commit | 419a371f8b3d4ba200770be07136f909c7984ece (patch) | |
tree | c0d1951a13700b0058e6e4711d329a56792f1de4 /admin/authors.el | |
parent | 3f370869581170cfea05d4f473bee1666a5a3913 (diff) | |
download | emacs-419a371f8b3d4ba200770be07136f909c7984ece.tar.gz |
Update authors.el
* admin/authors.el (authors-valid-file-names)
(authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin/authors.el')
-rw-r--r-- | admin/authors.el | 16 |
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.") "obsolete/scribe.el" "cp51932.el" "eucjp-ms.el" - "lisp.mk") + "lisp.mk" + "update-game-score.exe.manifest" + "lisp/obsolete/awk-mode.el" + "lisp/obsolete/iso-acc.el" + "lisp/obsolete/iso-insert.el" + "lisp/obsolete/resume.el" + "lisp/obsolete/scribe.el" + "lisp/obsolete/swedish.el" + "lisp/obsolete/spell.el" + "lisp/obsolete/swedish.el" + "lisp/obsolete/sym-comp.el" + "library-of-babel.org" + "flymake-elisp.el" + "flymake-ui.el") "File names which are valid, but no longer exist (or cannot be found) in the repository.") @@ -912,6 +925,7 @@ in the repository.") ("progmodes/octave-inf.el" . "octave.el") ("progmodes/octave-mod.el" . "octave.el") ;; Obsolete. + ("lisp/gs.el" . "gs.el") ("emacs-lisp/assoc.el" . "assoc.el") ("emacs-lisp/cust-print.el" . "cust-print.el") ("emacs-lisp/gulp.el" . "gulp.el") |