# HG changeset patch # User Richard M. Stallman # Date 865306970 0 # Node ID ea43e3ebc47a2fba49af45ff9cbd6306810b376b # Parent e92598964ee6bbc2989099160826b00e8c13af9a (mail-setup): Clear out buffer-file-coding-system. diff -r e92598964ee6 -r ea43e3ebc47a lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Mon Jun 02 22:50:31 1997 +0000 +++ b/lisp/mail/sendmail.el Tue Jun 03 03:02:50 1997 +0000 @@ -254,6 +254,8 @@ (setq mail-aliases nil) (if (file-exists-p mail-personal-alias-file) (build-mail-aliases)))) + ;; Don't leave this around from a previous message. + (setq buffer-file-coding-system nil) (setq mail-send-actions actions) (setq mail-reply-action replybuffer) (goto-char (point-min))