(gnus-article-prepare-display): Undo the last change - don't call
authoryamaoka <yamaoka>
Tue, 18 May 1999 11:36:07 +0000 (11:36 +0000)
committeryamaoka <yamaoka>
Tue, 18 May 1999 11:36:07 +0000 (11:36 +0000)
`gnus-treat-article'.

lisp/gnus-art.el

index 7834054..9f42a73 100644 (file)
@@ -2716,8 +2716,6 @@ If ALL-HEADERS is non-nil, no headers are hidden."
     (funcall method)
     ;; Associate this article with the current summary buffer.
     (setq gnus-article-current-summary gnus-summary-buffer)
-    ;; Call the treatment functions.
-    (gnus-treat-article nil)
     ;; Perform the article display hooks.
     (gnus-run-hooks 'gnus-article-display-hook)))