# HG changeset patch # User Kenichi Handa # Date 868955038 0 # Node ID 631776603b13a0100289dbc63ece56f7f20c612c # Parent f98c1cb6b8077689a3614c5da05e7eba964654a8 (mail-setup): Kill the local binding of enable-multibyte-characters. Turn off an input method. diff -r f98c1cb6b807 -r 631776603b13 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Tue Jul 15 08:22:18 1997 +0000 +++ b/lisp/mail/sendmail.el Tue Jul 15 08:23:58 1997 +0000 @@ -256,6 +256,9 @@ (build-mail-aliases)))) ;; Don't leave this around from a previous message. (kill-local-variable 'buffer-file-coding-system) + (kill-local-variable 'enable-multibyte-characters) + (if current-input-method + (inactivate-input-method)) (setq mail-send-actions actions) (setq mail-reply-action replybuffer) (goto-char (point-min))