Mercurial > emacs
changeset 22037:cb95bfcd442a
(smtpmail-via-smtp): Speciy process coding system.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 May 1998 19:44:17 +0000 |
parents | 342138eae82d |
children | bc29c7cef66a |
files | lisp/mail/smtpmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el Tue May 12 15:32:50 1998 +0000 +++ b/lisp/mail/smtpmail.el Tue May 12 19:44:17 1998 +0000 @@ -324,6 +324,7 @@ (save-excursion (set-buffer process-buffer) + (set-buffer-process-coding-system 'raw-text-unix 'raw-text-unix) (make-local-variable 'smtpmail-read-point) (setq smtpmail-read-point (point-min))