diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-07-04 04:43:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-07-04 04:43:38 +0000 |
| commit | 205d354f266123cc2fd9a23970129933ead6d19e (patch) | |
| tree | ddfd0357600cc1f4c9e145c23cc49d2d10f0438e /lisp/mail/sendmail.el | |
| parent | 541d49e1faad170c5e18447f1987cd985ff9fa93 (diff) | |
| download | emacs-205d354f266123cc2fd9a23970129933ead6d19e.tar.gz | |
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
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." (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)) |
