]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwrite_region): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 18:12:53 +0000 (18:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 18:12:53 +0000 (18:12 +0000)
src/fileio.c

index 119c6d1b200ba0f223d64f26d8444074a1879212..3540229cff75f1a7ee56c82a0cf2f74f43c57bd2 100644 (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