# HG changeset patch # User Richard M. Stallman # Date 757856908 0 # Node ID b8e8802d2216ec82e984be5cdcf2a6971af1df8c # Parent b22ec3038a64c163e40efc424a2ec6d5cb092bc9 (rmail-resend): Use send-mail-function. diff -r b22ec3038a64 -r b8e8802d2216 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Thu Jan 06 11:46:45 1994 +0000 +++ b/lisp/mail/rmail.el Thu Jan 06 11:48:28 1994 +0000 @@ -1928,7 +1928,7 @@ ;; Don't expand aliases in the destination fields ;; of the original message. (let (mail-aliases) - (sendmail-send-it))) + (funcall send-mail-function))) (kill-buffer tembuf)) (rmail-set-attribute "resent" t rmail-current-message)))