2000-08-23 Yuuichi Teranishi <teranisi@gohome.org>
[elisp/flim.git] / std11.el
index 982b895..dc7bde5 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -765,7 +765,7 @@ represents addr-spec of RFC 822."
   "Return string of address part from parsed ADDRESS of RFC 822."
   (cond ((eq (car address) 'group)
         (mapconcat (function std11-address-string)
-                   (car (cdr address))
+                   (nth 2 address)
                    ", ")
         )
        ((eq (car address) 'mailbox)