aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e23b74a1720..4636193e577 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3164,6 +3164,8 @@ This does code conversion according to the value of\n\
3164 report_file_error ("Opening input file", Fcons (orig_filename, Qnil)); 3164 report_file_error ("Opening input file", Fcons (orig_filename, Qnil));
3165 st.st_mtime = -1; 3165 st.st_mtime = -1;
3166 how_much = 0; 3166 how_much = 0;
3167 if (!NILP (Vcoding_system_for_read))
3168 current_buffer->buffer_file_coding_system = Vcoding_system_for_read;
3167 goto notfound; 3169 goto notfound;
3168 } 3170 }
3169 3171