aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
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."
475 (or (eq major-mode 'rmail-mode) 475 (or (eq major-mode 'rmail-mode)
476 (progn (rmail-mode-2) 476 (progn (rmail-mode-2)
477 (setq run-mail-hook t))) 477 (setq run-mail-hook t)))
478 (kill-local-variable 'enable-multibyte-characters)
478 (setq run-mail-hook t) 479 (setq run-mail-hook t)
479 (rmail-mode-2) 480 (rmail-mode-2)
480 ;; Convert all or part to Babyl file if possible. 481 ;; Convert all or part to Babyl file if possible.