aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
1928 ;; Don't expand aliases in the destination fields 1928 ;; Don't expand aliases in the destination fields
1929 ;; of the original message. 1929 ;; of the original message.
1930 (let (mail-aliases) 1930 (let (mail-aliases)
1931 (sendmail-send-it))) 1931 (funcall send-mail-function)))
1932 (kill-buffer tembuf)) 1932 (kill-buffer tembuf))
1933 (rmail-set-attribute "resent" t rmail-current-message))) 1933 (rmail-set-attribute "resent" t rmail-current-message)))
1934 1934