Mercurial > emacs
changeset 18135:000b0a8baf1a
(mail-setup): Don't set buffer-file-coding-system to nil.
Instead, kill the local binding of it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Jun 1997 08:17:35 +0000 |
parents | 2441b667abdd |
children | 015e9e4a90ed |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Tue Jun 03 07:30:57 1997 +0000 +++ b/lisp/mail/sendmail.el Tue Jun 03 08:17:35 1997 +0000 @@ -255,7 +255,7 @@ (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) + (kill-local-variable 'buffer-file-coding-system) (setq mail-send-actions actions) (setq mail-reply-action replybuffer) (goto-char (point-min))