]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-resend): Use send-mail-function.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 11:48:28 +0000 (11:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 11:48:28 +0000 (11:48 +0000)
lisp/mail/rmail.el

index d852b73586f72dc86763b475be1199df86ffa537..59ffd2618761ce75aca764ec015862bbdf775a4c 100644 (file)
@@ -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)))