aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-view.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index b110750c098..c40c38a95f9 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -504,8 +504,6 @@ If MODE is not set, try to find mode automatically."
504 (setq coding-system (mm-find-buffer-file-coding-system))) 504 (setq coding-system (mm-find-buffer-file-coding-system)))
505 (setq text (buffer-string)))) 505 (setq text (buffer-string))))
506 (with-temp-buffer 506 (with-temp-buffer
507 (buffer-disable-undo)
508 (mm-enable-multibyte)
509 (insert (cond ((eq charset 'gnus-decoded) 507 (insert (cond ((eq charset 'gnus-decoded)
510 (with-current-buffer (mm-handle-buffer handle) 508 (with-current-buffer (mm-handle-buffer handle)
511 (buffer-string))) 509 (buffer-string)))