aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/authors.el
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2006-12-27 21:31:10 +0000
committerKim F. Storm <[email protected]>2006-12-27 21:31:10 +0000
commit92158bc3d6a204380eebfbf50dee7c69eac56d9b (patch)
tree244ce63e9f548195def724697bfea3d95fad5285 /lisp/emacs-lisp/authors.el
parent63901f76b592507276e510ffc96001cba6ab3d84 (diff)
(authors-aliases): Anchor FSF alias regexp,
so it doesn't accidentally match an fsf.org mail address. (authors-renamed-files-alist): Add tcover-*.el.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-rw-r--r--lisp/emacs-lisp/authors.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index b9afebcb3e..a19f054a46 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -75,7 +75,7 @@ files.")
(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 @@ 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.