aboutsummaryrefslogtreecommitdiffstats
path: root/admin/authors.el
diff options
context:
space:
mode:
authorNicolas Petton2020-02-27 18:07:54 +0100
committerNicolas Petton2020-02-27 18:07:54 +0100
commit9261b1ed49755284bb9dc194b6c2a9b407151ee5 (patch)
treed6428febae17533fdda126e9d083c24eebf60b12 /admin/authors.el
parent86e4da6eaf501d77ca9912d624de701b89358341 (diff)
downloademacs-9261b1ed49755284bb9dc194b6c2a9b407151ee5.tar.gz
emacs-9261b1ed49755284bb9dc194b6c2a9b407151ee5.zip
* admin/authors.el (authors-ignored-files): Fix entries.
Diffstat (limited to 'admin/authors.el')
-rw-r--r--admin/authors.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 1f92c46cfdc..dc42bc72ef3 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -462,11 +462,12 @@ Changes to files matching one of the regexps in this list are not listed.")
462 ;; ada-mode has been deleted, now in GNU ELPA 462 ;; ada-mode has been deleted, now in GNU ELPA
463 "ada-mode.texi" 463 "ada-mode.texi"
464 "GNUS-NEWS" 464 "GNUS-NEWS"
465 "gnus-news.el" 465 "doc/misc/gnus-news.el"
466 "fingerprint-dummy.c" 466 "src/fingerprint-dummy.c"
467 "fingerprint.h" 467 "src/fingerprint.h"
468 ;; Replaced by lisp/thread.el 468 ;; Replaced by lisp/thread.el
469 "thread-list.el" 469 "lisp/emacs-lisp/thread-list.el"
470 "etc/images/slash.bmp"
470 ) 471 )
471 "List of files and directories to ignore. 472 "List of files and directories to ignore.
472Changes to files in this list are not listed.") 473Changes to files in this list are not listed.")
@@ -1111,7 +1112,7 @@ in the repository.")
1111 ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el") 1112 ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el")
1112 ("url-ns.el" . "lisp/obsolete/url-ns.el") 1113 ("url-ns.el" . "lisp/obsolete/url-ns.el")
1113 ("gnus-news.texi" . "doc/misc/gnus.texi") 1114 ("gnus-news.texi" . "doc/misc/gnus.texi")
1114 ("multifile.el". "fileloop.el") 1115 ("lisp/multifile.el". "lisp/fileloop.el")
1115 ("lisp/emacs-lisp/thread.el". "lisp/thread.el") 1116 ("lisp/emacs-lisp/thread.el". "lisp/thread.el")
1116 ) 1117 )
1117 "Alist of files which have been renamed during their lifetime. 1118 "Alist of files which have been renamed during their lifetime.