]> git.eshelyaron.com Git - emacs.git/commitdiff
authors.el updates
authorNicolas Petton <nicolas@petton.fr>
Sat, 30 Jan 2016 13:38:46 +0000 (14:38 +0100)
committerNicolas Petton <nicolas@petton.fr>
Sat, 30 Jan 2016 14:20:11 +0000 (15:20 +0100)
* admin/authors.el (authors-renamed-files-alist): Additions.

admin/authors.el

index a303f4bac50fad39af7b3923a58927d17da5d946..9b3deef4f9079d717e7289fac64b5f101727d09f 100644 (file)
@@ -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).")