From: Richard M. Stallman Date: Fri, 25 Jul 1997 18:12:53 +0000 (+0000) Subject: (Fwrite_region): Fix previous change. X-Git-Tag: emacs-20.1~960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68788cecc4d58673c02b501af1c034eea08350e7;p=emacs.git (Fwrite_region): Fix previous change. --- 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