aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-view.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index 1e1d264b994..849488293a7 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -472,10 +472,8 @@ If MODE is not set, try to find mode automatically."
472 (buffer-string))) 472 (buffer-string)))
473 (coding-system 473 (coding-system
474 (decode-coding-string text coding-system)) 474 (decode-coding-string text coding-system))
475 (charset 475 (t
476 (mm-decode-string text charset)) 476 (mm-decode-string text (or charset 'undecided)))))
477 (t
478 text)))
479 (let ((font-lock-verbose nil) ; font-lock is a bit too verbose. 477 (let ((font-lock-verbose nil) ; font-lock is a bit too verbose.
480 (enable-local-variables nil)) 478 (enable-local-variables nil))
481 ;; We used to set font-lock-mode-hook to nil to avoid enabling 479 ;; We used to set font-lock-mode-hook to nil to avoid enabling