changeset 18589:86c067e48e33

(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jul 1997 04:43:38 +0000
parents 09b7ce0e90fa
children 7d2a26d2371d
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Fri Jul 04 04:43:36 1997 +0000
+++ b/lisp/mail/sendmail.el	Fri Jul 04 04:43:38 1997 +0000
@@ -816,7 +816,7 @@
 		(set-buffer buffer)
 		(setq buffer-matches-file
 		      (and (not (buffer-modified-p))
-			   (verify-visited-file-modtime)))
+			   (verify-visited-file-modtime buffer)))
 		;; Keep the end of the accessible portion at the same place
 		;; unless it is the end of the buffer.
 		(let ((max (if (/= (1+ (buffer-size)) (point-max))