From: Richard M. Stallman Date: Fri, 4 Jul 1997 04:43:38 +0000 (+0000) Subject: (mail-do-fcc): Pass an arg to verify-visited-file-modtime. X-Git-Tag: emacs-20.1~1357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=205d354f266123cc2fd9a23970129933ead6d19e;p=emacs.git (mail-do-fcc): Pass an arg to verify-visited-file-modtime. --- 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))