summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-06 11:48:28 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-06 11:48:28 +0000
commitd6b457f1372659f9fdbac98ba64127708659000c (patch)
tree1b2d2804105068572e953c4156494f6b68b3fbbc /lisp
parent50eefd25f962c15a0d0186dc4ffe30fb0c577f9c (diff)
downloademacs-d6b457f1372659f9fdbac98ba64127708659000c.tar.gz
(rmail-resend): Use send-mail-function.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
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)))