summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-01-30 14:38:46 +0100
committerNicolas Petton <nicolas@petton.fr>2016-01-30 15:20:11 +0100
commiteea0a2359f33a100cb340a7988d20cd78ebcd4a4 (patch)
tree31ef58eec75f0e835821fd53ad8d753975e62777 /admin
parenta4ab2a563a062e76b9e79befd3a80fdbea523f16 (diff)
downloademacs-eea0a2359f33a100cb340a7988d20cd78ebcd4a4.tar.gz
authors.el updates
* admin/authors.el (authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el
index a303f4bac50..9b3deef4f90 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).")