From 77cdaf11a1784592721d56da0c028dcbc41b8909 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 23 Feb 1998 11:59:40 +0000 Subject: [PATCH] Sync up with qgnus-0.30. --- lisp/gnus-art.el | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 6ad9a2b..6cf74ac 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2074,15 +2074,7 @@ If ALL-HEADERS is non-nil, no headers are hidden." ;; . (gnus-set-global-variables) (setq gnus-have-all-headers - (or all-headers gnus-show-all-headers)) - (and gnus-use-cache - (vectorp (gnus-summary-article-header article)) - (gnus-cache-possibly-enter-article - group article - (gnus-summary-article-header article) - (memq article gnus-newsgroup-marked) - (memq article gnus-newsgroup-dormant) - (memq article gnus-newsgroup-unreads))))) + (or all-headers gnus-show-all-headers)))) (when (or (numberp article) (stringp article)) ;; Hooks for getting information from the article. @@ -2364,7 +2356,7 @@ Argument LINES specifies lines to be scrolled down." This means that PGP stuff, signatures, cited text and (some) headers will be hidden. If given a prefix, show the hidden text instead." - (interactive (list current-prefix-arg 'force)) + (interactive (append (gnus-article-hidden-arg) (list 'force))) (gnus-article-hide-headers arg) (gnus-article-hide-pgp arg) (gnus-article-hide-citation-maybe arg force) -- 1.7.10.4