Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fa6ed8f
Commit
9fa6ed8f
authored
Aug 09, 1994
by
Richard M. Stallman
Browse files
Use <> to delimit email address.
parent
7da52177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib-src/rcs2log
lib-src/rcs2log
+3
-3
No files found.
lib-src/rcs2log
View file @
9fa6ed8f
...
...
@@ -12,7 +12,7 @@
# Author: Paul Eggert <eggert@twinsun.com>
# $Id: rcs2log,v 1.1
5
1993/
09/24 01:03
:3
2
eggert Exp
eggert
$
# $Id: rcs2log,v 1.1
6
1993/
10/19 02:50
:3
1
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment