Mercurial > emacs
changeset 18794:631776603b13
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 15 Jul 1997 08:23:58 +0000 |
parents | f98c1cb6b807 |
children | 3446ea06d63f |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Tue Jul 15 08:22:18 1997 +0000 +++ b/lisp/mail/sendmail.el Tue Jul 15 08:23:58 1997 +0000 @@ -256,6 +256,9 @@ (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))