aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 13:56:23 -0800
committerPaul Eggert2016-01-30 13:56:23 -0800
commit99fa8c3dbf333f1e3fa7d6449d4b4428ce439ce1 (patch)
treefc459c16ca5f7204aa5a21529f8a189bfb45f831 /admin
parent3005605776955593e0b416de9e1ebf158114343e (diff)
parent875577bcc8d6139d61f91118d0907b847912b3e1 (diff)
downloademacs-99fa8c3dbf333f1e3fa7d6449d4b4428ce439ce1.tar.gz
emacs-99fa8c3dbf333f1e3fa7d6449d4b4428ce439ce1.zip
-
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.")
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.
924Elements are (OLDNAME . NEWNAME).") 927Elements are (OLDNAME . NEWNAME).")