From 4439bbdb5152acc10543960e3b4d1c9a41a07bdb Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 2 Sep 1997 10:49:07 +0000 Subject: (rmail): Reset enable-multibyte-characters to the default value to enable message decoding if the default value is non-nil. --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mail') diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 26a50cc6045..44f3c520c9a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -475,6 +475,7 @@ If `rmail-display-summary' is non-nil, make a summary for this RMAIL file." (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. -- cgit v1.2.1