Mercurial > emacs
changeset 18986:d22331526e2d
(Fwrite_region): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jul 1997 18:12:53 +0000 |
parents | 3fa26ad85f77 |
children | 528cead9a6c3 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Fri Jul 25 17:57:47 1997 +0000 +++ b/src/fileio.c Fri Jul 25 18:12:53 1997 +0000 @@ -3829,7 +3829,7 @@ 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