aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-04 04:43:38 +0000
committerRichard M. Stallman1997-07-04 04:43:38 +0000
commit205d354f266123cc2fd9a23970129933ead6d19e (patch)
treeddfd0357600cc1f4c9e145c23cc49d2d10f0438e
parent541d49e1faad170c5e18447f1987cd985ff9fa93 (diff)
downloademacs-205d354f266123cc2fd9a23970129933ead6d19e.tar.gz
emacs-205d354f266123cc2fd9a23970129933ead6d19e.zip
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index adb34a9c4d1..b9143a6a744 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -816,7 +816,7 @@ the user from the mailer."
816 (set-buffer buffer) 816 (set-buffer buffer)
817 (setq buffer-matches-file 817 (setq buffer-matches-file
818 (and (not (buffer-modified-p)) 818 (and (not (buffer-modified-p))
819 (verify-visited-file-modtime))) 819 (verify-visited-file-modtime buffer)))
820 ;; Keep the end of the accessible portion at the same place 820 ;; Keep the end of the accessible portion at the same place
821 ;; unless it is the end of the buffer. 821 ;; unless it is the end of the buffer.
822 (let ((max (if (/= (1+ (buffer-size)) (point-max)) 822 (let ((max (if (/= (1+ (buffer-size)) (point-max))