diff lisp/mail/sendmail.el @ 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 e3b0443b4bbb
children 259f416a8485
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))