aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-07-15 08:23:58 +0000
committerKenichi Handa1997-07-15 08:23:58 +0000
commit8881c1abb94774604aa82aac81ab796639cbdbcd (patch)
tree3a992a62548e2f76917be8525a3bb682b3d9881f
parentca7495f7f86727e8da2d11c567c2223f28427525 (diff)
downloademacs-8881c1abb94774604aa82aac81ab796639cbdbcd.tar.gz
emacs-8881c1abb94774604aa82aac81ab796639cbdbcd.zip
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
-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.")
256 (build-mail-aliases)))) 256 (build-mail-aliases))))
257 ;; Don't leave this around from a previous message. 257 ;; Don't leave this around from a previous message.
258 (kill-local-variable 'buffer-file-coding-system) 258 (kill-local-variable 'buffer-file-coding-system)
259 (kill-local-variable 'enable-multibyte-characters)
260 (if current-input-method
261 (inactivate-input-method))
259 (setq mail-send-actions actions) 262 (setq mail-send-actions actions)
260 (setq mail-reply-action replybuffer) 263 (setq mail-reply-action replybuffer)
261 (goto-char (point-min)) 264 (goto-char (point-min))