projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ab2a5
)
authors.el updates
author
Nicolas Petton
<nicolas@petton.fr>
Sat, 30 Jan 2016 13:38:46 +0000
(14:38 +0100)
committer
Nicolas Petton
<nicolas@petton.fr>
Sat, 30 Jan 2016 14:20:11 +0000
(15:20 +0100)
* admin/authors.el (authors-renamed-files-alist): Additions.
admin/authors.el
patch
|
blob
|
history
diff --git
a/admin/authors.el
b/admin/authors.el
index a303f4bac50fad39af7b3923a58927d17da5d946..9b3deef4f9079d717e7289fac64b5f101727d09f 100644
(file)
--- 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).")