diff options
author | Glenn Morris <rgm@gnu.org> | 2015-03-22 17:33:49 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-03-22 17:33:49 -0700 |
commit | e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f (patch) | |
tree | a5a8c1fcc64c49793f7a05d585f6e164af2fd63a /lisp/emacs-lisp | |
parent | 0bfe915be7e31f556624f3f9bcae93a2d33e69a6 (diff) | |
download | emacs-e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f.tar.gz emacs-e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f.tar.bz2 emacs-e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f.zip |
authors.el small additions
* lisp/emacs-lisp/authors.el (authors-aliases)
(authors-obsolete-files-regexps): Additions.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index b44f7aa7146..7d6169d9029 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -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\\'" |