(smtp-deduce-address-list): Don't use `smtp-recipient-address-list' as
authormorioka <morioka>
Mon, 12 Jan 1998 18:42:13 +0000 (18:42 +0000)
committermorioka <morioka>
Mon, 12 Jan 1998 18:42:13 +0000 (18:42 +0000)
global variable.

lisp/smtp.el

index 5213d35..7dde447 100644 (file)
@@ -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))
     ))