diff options
| -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.") | |||
| 919 | ("notes/bzr" . "notes/repo") | 919 | ("notes/bzr" . "notes/repo") |
| 920 | ;; moved from lisp/ to lisp/net/ | 920 | ;; moved from lisp/ to lisp/net/ |
| 921 | ("lisp/pinentry.el" . "lisp/net/pinentry.el") | 921 | ("lisp/pinentry.el" . "lisp/net/pinentry.el") |
| 922 | ;; module.* moved to emacs-module.* | ||
| 923 | ("src/module.h" . "src/emacs-module.h") | ||
| 924 | ("src/module.c" . "src/emacs-module.c") | ||
| 922 | ) | 925 | ) |
| 923 | "Alist of files which have been renamed during their lifetime. | 926 | "Alist of files which have been renamed during their lifetime. |
| 924 | Elements are (OLDNAME . NEWNAME).") | 927 | Elements are (OLDNAME . NEWNAME).") |