From: Kenichi Handa Date: Thu, 7 Aug 1997 04:18:18 +0000 (+0000) Subject: (sendmail-send-it): Bind sendmail-coding-system X-Git-Tag: emacs-20.1~745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d0cab5714e2f7e19339eadd019de89484e87c88;p=emacs.git (sendmail-send-it): Bind sendmail-coding-system to buffer-file-coding-system if it is non-nil. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 0b9c14d24e9..bd2e582efd0 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -590,7 +590,9 @@ the user from the mailer." resend-to-addresses delimline fcc-was-found - (mailbuf (current-buffer))) + (mailbuf (current-buffer)) + (sendmail-coding-system (or buffer-file-coding-system + sendmail-coding-system))) (unwind-protect (save-excursion (set-buffer tembuf)