# HG changeset patch # User Kim F. Storm # Date 1167255070 0 # Node ID a4a07479f11c573134c0e91e42c27c4ddfcff279 # Parent 5bb05135f76e0418bcda1c8cc0ad223d48723b4e (authors-aliases): Anchor FSF alias regexp, so it doesn't accidentally match an fsf.org mail address. (authors-renamed-files-alist): Add tcover-*.el. diff -r 5bb05135f76e -r a4a07479f11c lisp/emacs-lisp/authors.el --- a/lisp/emacs-lisp/authors.el Wed Dec 27 21:19:25 2006 +0000 +++ b/lisp/emacs-lisp/authors.el Wed Dec 27 21:31:10 2006 +0000 @@ -75,7 +75,7 @@ (nil "(afs@hplb.hpl.hp.com)") (nil "") (nil "Code Extracted") - (nil "Fsf") + (nil "\\`FSF") (nil "ISO-2022-JP") ("Jaeyoun Chung" "Jae-youn Chung" "Jae-you Chung" "Chung Jae-youn") ("Jan Dj,Ad(Brv" "Jan D." "Jan Djarv") @@ -300,6 +300,8 @@ ("GETTING.GNU.SOFTWARE" . "FTP") ("leim-Makefile" . "leim/Makefile") ("leim-Makefile.in" . "leim/Makefile.in") + ("emacs-lisp/testcover-ses.el" . "tcover-ses.el") + ("emacs-lisp/testcover-unsafep.el" . "tcover-unsafep.el") ("INSTALL-CVS" . "INSTALL.CVS") ) "Alist of files which have been renamed during their lifetime.