From 68788cecc4d58673c02b501af1c034eea08350e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 18:12:53 +0000 Subject: [PATCH] (Fwrite_region): Fix previous change. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 119c6d1b200..3540229cff7 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3829,7 +3829,7 @@ to the file, instead of any buffer contents, and END is ignored.") else if (!NILP (Vcoding_system_for_write)) val = Vcoding_system_for_write; else if (NILP (current_buffer->enable_multibyte_characters)) - val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system)) + val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system, Qnil)) ? Qnil : Fsymbol_value (Qbuffer_file_coding_system)); else -- 2.39.5