From: Kim F. Storm Date: Wed, 27 Dec 2006 21:31:10 +0000 (+0000) Subject: (authors-aliases): Anchor FSF alias regexp, X-Git-Tag: emacs-pretest-22.0.93~381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92158bc3d6a204380eebfbf50dee7c69eac56d9b;p=emacs.git (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 --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index b9afebcb3ef..a19f054a468 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -75,7 +75,7 @@ files.") (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 @@ found) in the repository.") ("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.