aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-09 20:43:48 +0000
committerRichard M. Stallman1994-08-09 20:43:48 +0000
commit9fa6ed8fd4a589cef49163aaf7c3dc581ca05e10 (patch)
tree3b10272e7c31e5a6769cd174fa16868b6ded5223 /lib-src
parent7da52177c8e1bef1175ebb8768856a5869d9eb3b (diff)
downloademacs-9fa6ed8fd4a589cef49163aaf7c3dc581ca05e10.tar.gz
emacs-9fa6ed8fd4a589cef49163aaf7c3dc581ca05e10.zip
Use <> to delimit email address.
Diffstat (limited to 'lib-src')
-rwxr-xr-xlib-src/rcs2log6
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 @@
12 12
13# Author: Paul Eggert <eggert@twinsun.com> 13# Author: Paul Eggert <eggert@twinsun.com>
14 14
15# $Id: rcs2log,v 1.15 1993/09/24 01:03:32 eggert Exp eggert $ 15# $Id: rcs2log,v 1.16 1993/10/19 02:50:31 eggert Exp rms $
16 16
17# Copyright 1992, 1993 Free Software Foundation, Inc. 17# Copyright 1992, 1993 Free Software Foundation, Inc.
18 18
@@ -408,9 +408,9 @@ awk '
408 auth = author 408 auth = author
409 printf "%s %s %2d %s %d %s ", w[days_since_Sunday_before_epoch%7], m[month-1], day, $3, year, auth 409 printf "%s %s %2d %s %d %s ", w[days_since_Sunday_before_epoch%7], m[month-1], day, $3, year, auth
410 if (mailaddr[author]) 410 if (mailaddr[author])
411 printf "(%s)\n\n", mailaddr[author] 411 printf "<%s>\n\n", mailaddr[author]
412 else 412 else
413 printf "(%s@%s)\n\n", author, "'"$hostname"'" 413 printf "<%s@%s>\n\n", author, "'"$hostname"'"
414 } 414 }
415 if (! filesknown[$1]) { 415 if (! filesknown[$1]) {
416 filesknown[$1] = 1 416 filesknown[$1] = 1