diff options
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index bf1af48efc7..eda3adf9ddd 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3799,8 +3799,7 @@ to the file, instead of any buffer contents, and END is ignored.") | |||
| 3799 | struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; | 3799 | struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; |
| 3800 | struct buffer *given_buffer; | 3800 | struct buffer *given_buffer; |
| 3801 | #ifdef DOS_NT | 3801 | #ifdef DOS_NT |
| 3802 | int buffer_file_type | 3802 | int buffer_file_type = O_BINARY; |
| 3803 | = NILP (current_buffer->buffer_file_type) ? O_TEXT : O_BINARY; | ||
| 3804 | #endif /* DOS_NT */ | 3803 | #endif /* DOS_NT */ |
| 3805 | struct coding_system coding; | 3804 | struct coding_system coding; |
| 3806 | 3805 | ||