authors.el small additions
* lisp/emacs-lisp/authors.el (authors-aliases) (authors-obsolete-files-regexps): Additions.
This commit is contained in:
parent
0bfe915be7
commit
e7f92aa3d3
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-03-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/authors.el (authors-aliases)
|
||||
(authors-obsolete-files-regexps): Additions.
|
||||
|
||||
2015-03-22 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* simple.el (deactivate-mark): Only modify PRIMARY if we own
|
||||
|
|
|
@ -85,6 +85,7 @@ files.")
|
|||
("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen")
|
||||
("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard")
|
||||
("Johan Bockgård" "Johan Bockgard")
|
||||
("John F. Carr" "John F Carr")
|
||||
("John J Foerch" "John Foerch")
|
||||
("John W. Eaton" "John Eaton")
|
||||
("Jonathan I. Kamens" "Jonathan Kamens")
|
||||
|
@ -242,6 +243,7 @@ If REALNAME is nil, ignore that author.")
|
|||
'(".*loaddefs.el$" ; not obsolete, but auto-generated
|
||||
"\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting
|
||||
"\\.arch-inventory$"
|
||||
"ChangeLog\\(\\.[0-9]+\\)?\\'"
|
||||
"automated/data/" ; not interesting
|
||||
;; TODO lib/? Matches other things?
|
||||
"build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"
|
||||
|
|
Loading…
Add table
Reference in a new issue