diff options
| author | Kenichi Handa | 1997-07-15 08:23:58 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-15 08:23:58 +0000 |
| commit | 8881c1abb94774604aa82aac81ab796639cbdbcd (patch) | |
| tree | 3a992a62548e2f76917be8525a3bb682b3d9881f | |
| parent | ca7495f7f86727e8da2d11c567c2223f28427525 (diff) | |
| download | emacs-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.el | 3 |
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)) |