projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7495f
)
(mail-setup): Kill the local binding of enable-multibyte-characters.
author
Kenichi Handa
<handa@m17n.org>
Tue, 15 Jul 1997 08:23:58 +0000
(08:23 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 15 Jul 1997 08:23:58 +0000
(08:23 +0000)
Turn off an input method.
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 355056122d1542cfa95bf49381d38ee9080c27d2..712974be01b4fab33e8509e1f07703565e2f1c08 100644
(file)
--- 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))