From: morioka Date: Wed, 22 May 1996 02:51:33 +0000 (+0000) Subject: (rfc822/address-string): Unused local variable `addr-spec' was X-Git-Tag: XEmacs-20_3-b27-viet~98 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4ecf47ab6e3e510b05dc00b6f2155283ecb189e1;p=elisp%2Fmu-cite.git (rfc822/address-string): Unused local variable `addr-spec' was abolished. --- diff --git a/tl-822.el b/tl-822.el index dd4215e..0b9f584 100644 --- 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)) @@ -688,8 +688,7 @@ ", ") ) ((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)