summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-07-15 08:23:58 +0000
committerKenichi Handa <handa@m17n.org>1997-07-15 08:23:58 +0000
commitd180825c595e79219f8751678c733e888332795d (patch)
tree0b5676cb192cea6a8a0d791a5d445c1bc9ead1ad /lisp/mail
parentd91ee2b99933cf0af194b5f92005ce43d8f419e3 (diff)
downloademacs-d180825c595e79219f8751678c733e888332795d.tar.gz
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/sendmail.el3
1 files changed, 3 insertions, 0 deletions
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))