diff lisp/mail/rmail.el @ 5470:b8e8802d2216

(rmail-resend): Use send-mail-function.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 11:48:28 +0000
parents 794b93d511b9
children fdf1d3924296
line wrap: on
line diff
--- 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)))