(gnus-article-prepare): Don't store original buffer to the entity.
authormorioka <morioka>
Fri, 2 Oct 1998 19:51:03 +0000 (19:51 +0000)
committermorioka <morioka>
Fri, 2 Oct 1998 19:51:03 +0000 (19:51 +0000)
lisp/gnus-art.el

index e32915e..ff726e0 100644 (file)
@@ -2098,9 +2098,7 @@ If ALL-HEADERS is non-nil, no headers are hidden."
                     (if gnus-show-mime
                         (progn
                           (setq mime-message-structure gnus-current-headers)
-                          (mime-entity-set-buffer-internal
-                           mime-message-structure (current-buffer))
-                          (if (or (not gnus-strict-mime)
+                           (if (or (not gnus-strict-mime)
                                   (mime-fetch-field "MIME-Version"))
                               gnus-article-display-method-for-mime
                             gnus-article-display-method-for-encoded-word))