X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fsmtp.el;h=7dde4475da184a9cf9972c8b6e2ccc8faefae0d8;hb=3a28ad32a52811883f532e2c5e00841a61265fd9;hp=5213d357b3b8afb9a96843a837d076cfb89be7be;hpb=bceaad1717b0530120a1682c57d5a81bb8f50650;p=elisp%2Fgnus.git- diff --git a/lisp/smtp.el b/lisp/smtp.el index 5213d35..7dde447 100644 --- a/lisp/smtp.el +++ b/lisp/smtp.el @@ -429,7 +429,7 @@ don't define this value." (cons (buffer-substring (match-beginning 1) (match-end 1)) recipient-address-list)) ) - (setq smtp-recipient-address-list recipient-address-list)) + recipient-address-list) ) (kill-buffer smtp-address-buffer)) ))