aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2015-03-23 10:30:33 -0700
committerPaul Eggert2015-03-23 10:30:33 -0700
commit2393085c9ac30ac7378a39ee77760dfdecd4b509 (patch)
tree233f1e457cff8a131c2acf5ba9c947f820e24a5a /admin
parent7f55d4251806e4712762bef0a3ed41a53f850a58 (diff)
parentad89f85067d068494009948e76f89c902f043513 (diff)
downloademacs-2393085c9ac30ac7378a39ee77760dfdecd4b509.tar.gz
emacs-2393085c9ac30ac7378a39ee77760dfdecd4b509.zip
Merge from origin/emacs-24
ad89f85 Another minor improvement in ELisp manual (Bug#20168) 5e2951b Improve docs of 'posn-actual-col-row' (Bug#20169) 1291ce1 Minor documentation fix in ELisp manual (Bug#20174) 33e2236 * display.texi (Useless Whitespace): Fix thinko. ff3878d * configure.ac: Fix jpeg version check to work with gcc >= 5. 90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170) e7f92aa authors.el small additions 0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters. c3c4b75 Fixes: debbugs:18939 Conflicts: ChangeLog doc/lispref/ChangeLog etc/PROBLEMS lisp/ChangeLog lisp/gnus/ChangeLog lisp/simple.el
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el
index d214ff281b7..1e4af9bbace 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -86,6 +86,7 @@ files.")
86 ("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen") 86 ("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen")
87 ("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard") 87 ("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard")
88 ("Johan Bockgård" "Johan Bockgard") 88 ("Johan Bockgård" "Johan Bockgard")
89 ("John F. Carr" "John F Carr")
89 ("John J Foerch" "John Foerch") 90 ("John J Foerch" "John Foerch")
90 ("John W. Eaton" "John Eaton") 91 ("John W. Eaton" "John Eaton")
91 ("Jonathan I. Kamens" "Jonathan Kamens") 92 ("Jonathan I. Kamens" "Jonathan Kamens")
@@ -243,6 +244,7 @@ If REALNAME is nil, ignore that author.")
243 '(".*loaddefs.el$" ; not obsolete, but auto-generated 244 '(".*loaddefs.el$" ; not obsolete, but auto-generated
244 "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting 245 "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting
245 "\\.arch-inventory$" 246 "\\.arch-inventory$"
247 "ChangeLog\\(\\.[0-9]+\\)?\\'"
246 "automated/data/" ; not interesting 248 "automated/data/" ; not interesting
247 ;; TODO lib/? Matches other things? 249 ;; TODO lib/? Matches other things?
248 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" 250 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"