diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 3829 | else if (!NILP (Vcoding_system_for_write)) | 3829 | else if (!NILP (Vcoding_system_for_write)) |
| 3830 | val = Vcoding_system_for_write; | 3830 | val = Vcoding_system_for_write; |
| 3831 | else if (NILP (current_buffer->enable_multibyte_characters)) | 3831 | else if (NILP (current_buffer->enable_multibyte_characters)) |
| 3832 | val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system)) | 3832 | val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system, Qnil)) |
| 3833 | ? Qnil | 3833 | ? Qnil |
| 3834 | : Fsymbol_value (Qbuffer_file_coding_system)); | 3834 | : Fsymbol_value (Qbuffer_file_coding_system)); |
| 3835 | else | 3835 | else |