changeset 74944:a4a07479f11c

(authors-aliases): Anchor FSF alias regexp, so it doesn't accidentally match an fsf.org mail address. (authors-renamed-files-alist): Add tcover-*.el.
author Kim F. Storm <storm@cua.dk>
date Wed, 27 Dec 2006 21:31:10 +0000
parents 5bb05135f76e
children 9bce1c5ffabd
files lisp/emacs-lisp/authors.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 "<Use-Author-Address-Header@\\[127.1\\]>")
     (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.