aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-11 01:52:07 -0400
committerEli Zaretskii2011-09-11 01:52:07 -0400
commitb885bf36cf2c7f79517a1c797fd09e7adc3358c6 (patch)
tree7318a11f0659121c5d9c5a92a6f7133b66647902 /src/ChangeLog
parentee0e9f11ea2823550c4593d0d339b972911358b8 (diff)
downloademacs-b885bf36cf2c7f79517a1c797fd09e7adc3358c6.tar.gz
emacs-b885bf36cf2c7f79517a1c797fd09e7adc3358c6.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da0576fdb46..d9891e457ac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-09-11 Eli Zaretskii <eliz@gnu.org>
2
3 * fileio.c (Finsert_file_contents): If the file cannot be opened,
4 set its "size" to -1. This will set the modtime_size field of
5 the corresponding buffer to -1, which is what
6 verify-visited-file-modtime expects for files that do not exist.
7 (Bug#9139)
8
12011-09-11 Paul Eggert <eggert@cs.ucla.edu> 92011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls 11 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls