diff options
Diffstat (limited to 'admin/authors.el')
-rw-r--r-- | admin/authors.el | 3 |
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).") |