From 205d354f266123cc2fd9a23970129933ead6d19e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jul 1997 04:43:38 +0000 Subject: [PATCH] (mail-do-fcc): Pass an arg to verify-visited-file-modtime. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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)) -- 2.39.2