Mercurial > emacs
changeset 19674:2273b4030beb
(rmail): Reset enable-multibyte-characters to the
default value to enable message decoding if the default value is
non-nil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 02 Sep 1997 10:49:07 +0000 |
parents | da7f50da6773 |
children | 32c3f7d9ef10 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Sep 02 05:59:52 1997 +0000 +++ b/lisp/mail/rmail.el Tue Sep 02 10:49:07 1997 +0000 @@ -475,6 +475,7 @@ (or (eq major-mode 'rmail-mode) (progn (rmail-mode-2) (setq run-mail-hook t))) + (kill-local-variable 'enable-multibyte-characters) (setq run-mail-hook t) (rmail-mode-2) ;; Convert all or part to Babyl file if possible.