/[emacs]/emacs/lisp/gnus/gnus-sum.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-sum.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32.2.5 by miles, Wed Oct 6 05:21:53 2004 UTC revision 1.32.2.6 by miles, Wed Oct 6 05:23:53 2004 UTC
# Line 8732  If ARG is a negative number, hide the un Line 8732  If ARG is a negative number, hide the un
8732               (inhibit-point-motion-hooks t)               (inhibit-point-motion-hooks t)
8733               (hidden (if (numberp arg)               (hidden (if (numberp arg)
8734                           (>= arg 0)                           (>= arg 0)
8735                         (gnus-article-hidden-text-p 'headers)))                         (or (not (looking-at "[^ \t\n]+:"))
8736                               (gnus-article-hidden-text-p 'headers))))
8737               s e)               s e)
8738          (delete-region (point-min) (point-max))          (delete-region (point-min) (point-max))
8739          (with-current-buffer gnus-original-article-buffer          (with-current-buffer gnus-original-article-buffer

Legend:
Removed from v.1.32.2.5  
changed lines
  Added in v.1.32.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26