diff options
| -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)) |