diff options
| author | Nicolas Petton | 2016-01-30 14:38:46 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2016-01-30 15:20:11 +0100 |
| commit | eea0a2359f33a100cb340a7988d20cd78ebcd4a4 (patch) | |
| tree | 31ef58eec75f0e835821fd53ad8d753975e62777 /admin | |
| parent | a4ab2a563a062e76b9e79befd3a80fdbea523f16 (diff) | |
| download | emacs-eea0a2359f33a100cb340a7988d20cd78ebcd4a4.tar.gz emacs-eea0a2359f33a100cb340a7988d20cd78ebcd4a4.zip | |
authors.el updates
* admin/authors.el (authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin')
| -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).") |