projects
/
elisp
/
mu-cite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1564b
)
(rfc822/parse-token): use `nreverse'
author
morioka
<morioka>
Fri, 19 Apr 1996 19:20:08 +0000
(19:20 +0000)
committer
morioka
<morioka>
Fri, 19 Apr 1996 19:20:08 +0000
(19:20 +0000)
tl-822.el
patch
|
blob
|
history
diff --git
a/tl-822.el
b/tl-822.el
index
185945c
..
3d21508
100644
(file)
--- a/
tl-822.el
+++ b/
tl-822.el
@@
-30,7
+30,7
@@
(defconst rfc822/RCS-ID
- "$Id: tl-822.el,v 7.10 1996-04-19 19:18:30 morioka Exp $")
+ "$Id: tl-822.el,v 7.11 1996-04-19 19:20:08 morioka Exp $")
(defconst rfc822/version (get-version-string rfc822/RCS-ID))
@@
-342,7
+342,7
@@
(setq lal (cdr lal))
(setq itl (cons token itl))
)
- (cons (reverse (cons token itl))
+ (cons (nreverse (cons token itl))
(cdr lal))
))