From d6b457f1372659f9fdbac98ba64127708659000c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Jan 1994 11:48:28 +0000 Subject: (rmail-resend): Use send-mail-function. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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))) -- cgit v1.2.1