diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-09 20:43:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-09 20:43:48 +0000 |
commit | c016007f5918acc5d5e93f419b9a2e55e0fc6c7b (patch) | |
tree | 67cdfa8ba6cf9b57007d95ab128f682715d015f4 /lib-src/rcs2log | |
parent | 384de503a01517ef5b8de9c9e0425047e5f419d0 (diff) | |
download | emacs-c016007f5918acc5d5e93f419b9a2e55e0fc6c7b.tar.gz |
Use <> to delimit email address.
Diffstat (limited to 'lib-src/rcs2log')
-rwxr-xr-x | lib-src/rcs2log | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 3938b89f1eb..86f64917fb9 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -12,7 +12,7 @@ # Author: Paul Eggert <eggert@twinsun.com> -# $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 @@ awk ' 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 |