emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 9261b1e 3/4: * admin/authors.el (authors-ignored-files): Fix en


From: Nicolas Petton
Subject: emacs-27 9261b1e 3/4: * admin/authors.el (authors-ignored-files): Fix entries.
Date: Thu, 27 Feb 2020 12:19:12 -0500 (EST)

branch: emacs-27
commit 9261b1ed49755284bb9dc194b6c2a9b407151ee5
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * admin/authors.el (authors-ignored-files): Fix entries.
---
 admin/authors.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/admin/authors.el b/admin/authors.el
index 1f92c46..dc42bc7 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.")
     ;; ada-mode has been deleted, now in GNU ELPA
     "ada-mode.texi"
     "GNUS-NEWS"
-    "gnus-news.el"
-    "fingerprint-dummy.c"
-    "fingerprint.h"
+    "doc/misc/gnus-news.el"
+    "src/fingerprint-dummy.c"
+    "src/fingerprint.h"
     ;; 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.
 Changes to files in this list are not listed.")
@@ -1111,7 +1112,7 @@ in the repository.")
     ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el")
     ("url-ns.el" . "lisp/obsolete/url-ns.el")
     ("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")
     )
   "Alist of files which have been renamed during their lifetime.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]