aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index e5f1495ca81..1035aba71cb 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -619,8 +619,11 @@ the user from the mailer."
619 delimline 619 delimline
620 fcc-was-found 620 fcc-was-found
621 (mailbuf (current-buffer)) 621 (mailbuf (current-buffer))
622 (sendmail-coding-system (or buffer-file-coding-system 622 (sendmail-coding-system
623 sendmail-coding-system))) 623 (if (local-variable-p 'buffer-file-coding-system)
624 buffer-file-coding-system
625 (or sendmail-coding-system
626 default-buffer-file-coding-system))))
624 (unwind-protect 627 (unwind-protect
625 (save-excursion 628 (save-excursion
626 (set-buffer tembuf) 629 (set-buffer tembuf)