diff options
author | Glenn Morris <rgm@gnu.org> | 2015-01-07 20:58:09 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-01-07 20:58:09 -0800 |
commit | 5a92f2031069c6db1c498e13e91e22ac78b98a69 (patch) | |
tree | 7cf7173dac6f273334587cbbc7177a080c7d6e8a | |
parent | ffa860390226f192f97518670c6cee4d2449cd9d (diff) | |
download | emacs-5a92f2031069c6db1c498e13e91e22ac78b98a69.tar.gz |
* admin/authors.el (authors-aliases): Add an entry to ignore.
-rw-r--r-- | admin/ChangeLog | 4 | ||||
-rw-r--r-- | admin/authors.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 8c0c9759e87..dc029a0be0c 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2015-01-08 Glenn Morris <rgm@gnu.org> + + * authors.el (authors-aliases): Add an entry to ignore. + 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> Less 'make' chatter for admin/grammars diff --git a/admin/authors.el b/admin/authors.el index 1249806686a..afab6f0e1e8 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -40,6 +40,7 @@ files.") (defconst authors-aliases '( + (nil "A\\. N\\. Other") ; unknown author 2014-12-03, later removed ("Aaron S. Hawley" "Aaron Hawley") ("Alexandru Harsanyi" "Alex Harsanyi") ("Andrew Csillag" "Drew Csillag") |