diff options
| author | Richard M. Stallman | 1997-06-03 03:02:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-03 03:02:50 +0000 |
| commit | 2813dcb90fa17c5b0a20750e7db0f07b18c9deec (patch) | |
| tree | a4865c60c6e8362f41a0de4a3849578875f06862 | |
| parent | d5e52f9968174449212416ade62b2ce39c4f5713 (diff) | |
| download | emacs-2813dcb90fa17c5b0a20750e7db0f07b18c9deec.tar.gz emacs-2813dcb90fa17c5b0a20750e7db0f07b18c9deec.zip | |
(mail-setup): Clear out buffer-file-coding-system.
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 2a516596a84..925b08fc97d 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -254,6 +254,8 @@ actually occur.") | |||
| 254 | (setq mail-aliases nil) | 254 | (setq mail-aliases nil) |
| 255 | (if (file-exists-p mail-personal-alias-file) | 255 | (if (file-exists-p mail-personal-alias-file) |
| 256 | (build-mail-aliases)))) | 256 | (build-mail-aliases)))) |
| 257 | ;; Don't leave this around from a previous message. | ||
| 258 | (setq buffer-file-coding-system nil) | ||
| 257 | (setq mail-send-actions actions) | 259 | (setq mail-send-actions actions) |
| 258 | (setq mail-reply-action replybuffer) | 260 | (setq mail-reply-action replybuffer) |
| 259 | (goto-char (point-min)) | 261 | (goto-char (point-min)) |