From eea0a2359f33a100cb340a7988d20cd78ebcd4a4 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Sat, 30 Jan 2016 14:38:46 +0100 Subject: [PATCH] authors.el updates * admin/authors.el (authors-renamed-files-alist): Additions. --- admin/authors.el | 3 +++ 1 file changed, 3 insertions(+) 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).") -- 2.11.4.GIT