(rfc822/parse-token): use `nreverse'
authormorioka <morioka>
Fri, 19 Apr 1996 19:20:08 +0000 (19:20 +0000)
committermorioka <morioka>
Fri, 19 Apr 1996 19:20:08 +0000 (19:20 +0000)
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))
 
 
       (setq lal (cdr lal))
       (setq itl (cons token itl))
       )
-    (cons (reverse (cons token itl))
+    (cons (nreverse (cons token itl))
          (cdr lal))
     ))