(Fwrite_region): Fix previous change.

This commit is contained in:
Richard M. Stallman 1997-07-25 18:12:53 +00:00
parent 3c0c48a737
commit 68788cecc4

View file

@ -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