projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541d49e
)
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 04:43:38 +0000
(
04:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 04:43:38 +0000
(
04:43
+0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index adb34a9c4d122091050892bed543262d155e2588..b9143a6a74472d6ad8afda197d08a6b02f50e986 100644
(file)
--- 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))