summaryrefslogtreecommitdiff
path: root/lisp
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
commit8881c1abb94774604aa82aac81ab796639cbdbcd (patch)
tree3a992a62548e2f76917be8525a3bb682b3d9881f /lisp
parentca7495f7f86727e8da2d11c567c2223f28427525 (diff)
downloademacs-8881c1abb94774604aa82aac81ab796639cbdbcd.tar.gz
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
Diffstat (limited to 'lisp')
-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))