]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 04:43:38 +0000 (04:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 04:43:38 +0000 (04:43 +0000)
lisp/mail/sendmail.el

index adb34a9c4d122091050892bed543262d155e2588..b9143a6a74472d6ad8afda197d08a6b02f50e986 100644 (file)
@@ -816,7 +816,7 @@ the user from the mailer."
                (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))