emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 eea0a23 2/6: authors.el updates


From: Nicolas Petton
Subject: [Emacs-diffs] emacs-25 eea0a23 2/6: authors.el updates
Date: Sat, 30 Jan 2016 15:01:07 +0000

branch: emacs-25
commit eea0a2359f33a100cb340a7988d20cd78ebcd4a4
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    authors.el updates
    
    * admin/authors.el (authors-renamed-files-alist): Additions.
---
 admin/authors.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/admin/authors.el b/admin/authors.el
index a303f4b..9b3deef 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -919,6 +919,9 @@ in the repository.")
     ("notes/bzr" . "notes/repo")
     ;; moved from lisp/ to lisp/net/
     ("lisp/pinentry.el" . "lisp/net/pinentry.el")
+    ;; module.* moved to emacs-module.*
+    ("src/module.h" . "src/emacs-module.h")
+    ("src/module.c" . "src/emacs-module.c")
     )
   "Alist of files which have been renamed during their lifetime.
 Elements are (OLDNAME . NEWNAME).")



reply via email to

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