Fix bug #9139 with revisiting non-existent files.
commitb885bf36cf2c7f79517a1c797fd09e7adc3358c6
authorEli Zaretskii <eliz@gnu.org>
Sun, 11 Sep 2011 05:52:07 +0000 (11 01:52 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sun, 11 Sep 2011 05:52:07 +0000 (11 01:52 -0400)
tree7318a11f0659121c5d9c5a92a6f7133b66647902
parentee0e9f11ea2823550c4593d0d339b972911358b8
Fix bug #9139 with revisiting non-existent files.

 src/fileio.c (Finsert_file_contents): If the file cannot be opened,
 set its "size" to -1.  This will set the modtime_size field of
 the corresponding buffer to -1, which is what
 verify-visited-file-modtime expects for files that do not exist.
src/ChangeLog
src/fileio.c