From 8881c1abb94774604aa82aac81ab796639cbdbcd Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 15 Jul 1997 08:23:58 +0000 Subject: [PATCH] (mail-setup): Kill the local binding of enable-multibyte-characters. Turn off an input method. --- lisp/mail/sendmail.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 355056122d1..712974be01b 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -256,6 +256,9 @@ actually occur.") (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)) -- 2.39.5