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 | c4c7f54c6ad77009e46ea66f622ba700d0240127 (patch) | |
tree | 20973bb623b236c00476cbdfa39da33a013f0cc7 /lisp/nnmbox.el | |
parent | b1cfbae486bde038c68754cd01a8ee84b1c4165d (diff) | |
download | emacs-c4c7f54c6ad77009e46ea66f622ba700d0240127.tar.gz |
Synched with Gnus 5.2.31.
Diffstat (limited to 'lisp/nnmbox.el')
-rw-r--r-- | lisp/nnmbox.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nnmbox.el b/lisp/nnmbox.el index 171463740db..9b7957247d4 100644 --- a/lisp/nnmbox.el +++ b/lisp/nnmbox.el @@ -484,7 +484,7 @@ (buffer-name nnmbox-mbox-buffer) (save-excursion (set-buffer nnmbox-mbox-buffer) - (= (buffer-size) (nth 7 (file-attributes nnmbox-mbox-file))))) + (= (buffer-size) (nnheader-file-size nnmbox-mbox-file)))) () (save-excursion (let ((delim (concat "^" message-unix-mail-delimiter)) |