* admin/authors.el (authors-ignored-files): Fix entries.

This commit is contained in:
Nicolas Petton 2020-02-27 18:07:54 +01:00
parent 86e4da6eaf
commit 9261b1ed49
No known key found for this signature in database
GPG key ID: E8BCD7866AFCF978

View file

@ -462,11 +462,12 @@ Changes to files matching one of the regexps in this list are not listed.")
;; ada-mode has been deleted, now in GNU ELPA ;; ada-mode has been deleted, now in GNU ELPA
"ada-mode.texi" "ada-mode.texi"
"GNUS-NEWS" "GNUS-NEWS"
"gnus-news.el" "doc/misc/gnus-news.el"
"fingerprint-dummy.c" "src/fingerprint-dummy.c"
"fingerprint.h" "src/fingerprint.h"
;; Replaced by lisp/thread.el ;; Replaced by lisp/thread.el
"thread-list.el" "lisp/emacs-lisp/thread-list.el"
"etc/images/slash.bmp"
) )
"List of files and directories to ignore. "List of files and directories to ignore.
Changes to files in this list are not listed.") Changes to files in this list are not listed.")
@ -1111,7 +1112,7 @@ in the repository.")
("lisp/net/starttls.el" . "lisp/obsolete/starttls.el") ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el")
("url-ns.el" . "lisp/obsolete/url-ns.el") ("url-ns.el" . "lisp/obsolete/url-ns.el")
("gnus-news.texi" . "doc/misc/gnus.texi") ("gnus-news.texi" . "doc/misc/gnus.texi")
("multifile.el". "fileloop.el") ("lisp/multifile.el". "lisp/fileloop.el")
("lisp/emacs-lisp/thread.el". "lisp/thread.el") ("lisp/emacs-lisp/thread.el". "lisp/thread.el")
) )
"Alist of files which have been renamed during their lifetime. "Alist of files which have been renamed during their lifetime.