diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1996-06-29 00:29:17 +0000 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1996-06-29 00:29:17 +0000 |
commit | 5c59a4cf3ac74d8ae9abd5abcaece30ec035df44 (patch) | |
tree | d59dbcea6357d631d5ddb4e252aaeb1d80741409 /lisp/nneething.el | |
parent | 0c6bcf794af36c6bc115322133e759ad7961a24f (diff) | |
download | emacs-5c59a4cf3ac74d8ae9abd5abcaece30ec035df44.tar.gz |
Synched with Gnus 5.2.31.
Diffstat (limited to 'lisp/nneething.el')
-rw-r--r-- | lisp/nneething.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nneething.el b/lisp/nneething.el index 691c84f0ecc..bcf013fdf8b 100644 --- a/lisp/nneething.el +++ b/lisp/nneething.el @@ -95,7 +95,7 @@ If this variable is nil, no files will be excluded.") (when (and (file-exists-p file) (or (file-directory-p file) - (not (zerop (nth 7 (file-attributes file)))))) + (not (zerop (nnheader-file-size file))))) (insert (format "221 %d Article retrieved.\n" article)) (nneething-insert-head file) (insert ".\n")) |