From: yamaoka Date: Tue, 18 May 1999 11:36:07 +0000 (+0000) Subject: (gnus-article-prepare-display): Undo the last change - don't call X-Git-Tag: t-gnus-6_10_064-08~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=60a92695e6c2153324cd350cc2314e8534458986;p=elisp%2Fgnus.git- (gnus-article-prepare-display): Undo the last change - don't call `gnus-treat-article'. --- 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)))