From 60a92695e6c2153324cd350cc2314e8534458986 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 18 May 1999 11:36:07 +0000 Subject: [PATCH] (gnus-article-prepare-display): Undo the last change - don't call `gnus-treat-article'. --- lisp/gnus-art.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 7834054..9f42a73 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -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))) -- 1.7.10.4