projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f892293
)
(gnus-article-prepare-display): Undo the last change - don't call
author
yamaoka
<yamaoka>
Tue, 18 May 1999 11:36:07 +0000
(11:36 +0000)
committer
yamaoka
<yamaoka>
Tue, 18 May 1999 11:36:07 +0000
(11:36 +0000)
`gnus-treat-article'.
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
7834054
..
9f42a73
100644
(file)
--- 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)))