changeset 26587:8b07051df40d

(Finsert_file_contents): Set buffer-file-coding-system of the current buffer via Fset.
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Nov 1999 04:41:52 +0000
parents 85bde5446673
children 76b6a75471e1
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Thu Nov 25 04:41:00 1999 +0000
+++ b/src/fileio.c	Thu Nov 25 04:41:52 1999 +0000
@@ -3412,7 +3412,7 @@
       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;
     }