changeset 18130:ea43e3ebc47a

(mail-setup): Clear out buffer-file-coding-system.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Jun 1997 03:02:50 +0000
parents e92598964ee6
children 5711f2e5a643
files lisp/mail/sendmail.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))