From 22d92d6b53541889e9bf6459eab091064e7040d9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 25 Nov 1999 04:41:52 +0000 Subject: [PATCH] (Finsert_file_contents): Set buffer-file-coding-system of the current buffer via Fset. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index a91b2680ae8..7b3084c7aa3 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3412,7 +3412,7 @@ actually used.") st.st_mtime = -1; how_much = 0; if (!NILP (Vcoding_system_for_read)) - current_buffer->buffer_file_coding_system = Vcoding_system_for_read; + Fset (Qbuffer_file_coding_system, Vcoding_system_for_read); goto notfound; } -- 2.39.5