# HG changeset patch # User Richard M. Stallman # Date 776465028 0 # Node ID 2dba6eb73c656cd3e80b96ddc79a2a962ab64f81 # Parent 27305753852c56c14d16b66802e798e15e483347 Use <> to delimit email address. diff -r 27305753852c -r 2dba6eb73c65 lib-src/=rcs2log --- a/lib-src/=rcs2log Tue Aug 09 19:33:08 1994 +0000 +++ b/lib-src/=rcs2log Tue Aug 09 20:43:48 1994 +0000 @@ -12,7 +12,7 @@ # Author: Paul Eggert -# $Id: rcs2log,v 1.15 1993/09/24 01:03:32 eggert Exp eggert $ +# $Id: rcs2log,v 1.16 1993/10/19 02:50:31 eggert Exp rms $ # Copyright 1992, 1993 Free Software Foundation, Inc. @@ -408,9 +408,9 @@ auth = author printf "%s %s %2d %s %d %s ", w[days_since_Sunday_before_epoch%7], m[month-1], day, $3, year, auth if (mailaddr[author]) - printf "(%s)\n\n", mailaddr[author] + printf "<%s>\n\n", mailaddr[author] else - printf "(%s@%s)\n\n", author, "'"$hostname"'" + printf "<%s@%s>\n\n", author, "'"$hostname"'" } if (! filesknown[$1]) { filesknown[$1] = 1 diff -r 27305753852c -r 2dba6eb73c65 lib-src/rcs2log --- a/lib-src/rcs2log Tue Aug 09 19:33:08 1994 +0000 +++ b/lib-src/rcs2log Tue Aug 09 20:43:48 1994 +0000 @@ -12,7 +12,7 @@ # Author: Paul Eggert -# $Id: rcs2log,v 1.15 1993/09/24 01:03:32 eggert Exp eggert $ +# $Id: rcs2log,v 1.16 1993/10/19 02:50:31 eggert Exp rms $ # Copyright 1992, 1993 Free Software Foundation, Inc. @@ -408,9 +408,9 @@ auth = author printf "%s %s %2d %s %d %s ", w[days_since_Sunday_before_epoch%7], m[month-1], day, $3, year, auth if (mailaddr[author]) - printf "(%s)\n\n", mailaddr[author] + printf "<%s>\n\n", mailaddr[author] else - printf "(%s@%s)\n\n", author, "'"$hostname"'" + printf "<%s@%s>\n\n", author, "'"$hostname"'" } if (! filesknown[$1]) { filesknown[$1] = 1