From: morioka Date: Fri, 19 Apr 1996 19:23:37 +0000 (+0000) Subject: (rfc822/parse-group): use `nreverse' X-Git-Tag: XEmacs-20_3-b27-viet~111 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6ab88749d99bebfcf11fff98791906d0e9b639f1;p=elisp%2Fmu-cite.git (rfc822/parse-group): use `nreverse' --- diff --git a/tl-822.el b/tl-822.el index aacfa77..2b206ea 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.13 1996-04-19 19:21:49 morioka Exp $") + "$Id: tl-822.el,v 7.14 1996-04-19 19:23:37 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -596,7 +596,7 @@ (setq semicolon (car ret)) (string-equal (cdr (assq 'specials semicolon)) ";") ))) - (cons (list 'group phrase (reverse mbox)) + (cons (list 'group phrase (nreverse mbox)) (cdr ret) ) )))