(rfc822/address-string): Unused local variable `addr-spec' was
[elisp/mu-cite.git] / tl-822.el
index dd4215e..0b9f584 100644 (file)
--- a/tl-822.el
+++ b/tl-822.el
@@ -30,7 +30,7 @@
 
 
 (defconst rfc822/RCS-ID
-  "$Id: tl-822.el,v 7.26 1996-05-20 15:51:11 morioka Exp $")
+  "$Id: tl-822.el,v 7.27 1996-05-22 02:51:33 morioka Exp $")
 (defconst rfc822/version (get-version-string rfc822/RCS-ID))
 
 
                    ", ")
         )
        ((eq (car address) 'mailbox)
-        (let ((addr (nth 1 address))
-              addr-spec)
+        (let ((addr (nth 1 address)))
           (rfc822/addr-to-string
            (if (eq (car addr) 'phrase-route-addr)
                (nth 2 addr)