Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eea0a235
Commit
eea0a235
authored
Jan 30, 2016
by
NicolasPetton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
authors.el updates
* admin/authors.el (authors-renamed-files-alist): Additions.
parent
a4ab2a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
admin/authors.el
admin/authors.el
+3
-0
No files found.
admin/authors.el
View file @
eea0a235
...
...
@@ -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)."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment