From: Richard M. Stallman Date: Thu, 6 Jan 1994 11:48:28 +0000 (+0000) Subject: (rmail-resend): Use send-mail-function. X-Git-Tag: emacs-19.34~10381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=389e8f11274f874eeaba2f34faa9c17556a3be50;p=emacs.git (rmail-resend): Use send-mail-function. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d852b73586f..59ffd261876 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1928,7 +1928,7 @@ typically for purposes of moderating a list." ;; 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)))