]> git.eshelyaron.com Git - emacs.git/commitdiff
(authors-aliases): Anchor FSF alias regexp,
authorKim F. Storm <storm@cua.dk>
Wed, 27 Dec 2006 21:31:10 +0000 (21:31 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 27 Dec 2006 21:31:10 +0000 (21:31 +0000)
so it doesn't accidentally match an fsf.org mail address.
(authors-renamed-files-alist): Add tcover-*.el.

lisp/emacs-lisp/authors.el

index b9afebcb3ef115f54e163af0dd9234922fccf4ec..a19f054a4681ad687a35106fb471f71d54879d8d 100644 (file)
@@ -75,7 +75,7 @@ files.")
     (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\e,Ad\e(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.