From: Nicolas Petton Date: Sat, 30 Jan 2016 13:38:46 +0000 (+0100) Subject: authors.el updates X-Git-Tag: emacs-25.0.90~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eea0a2359f33a100cb340a7988d20cd78ebcd4a4;p=emacs.git authors.el updates * admin/authors.el (authors-renamed-files-alist): Additions. --- 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).")