diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index d3451ccd81e..e4b8130e6e5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3353,6 +3353,7 @@ init_buffer_once () | |||
| 3353 | XSETINT (buffer_local_flags.point_before_scroll, -1); | 3353 | XSETINT (buffer_local_flags.point_before_scroll, -1); |
| 3354 | XSETINT (buffer_local_flags.file_truename, -1); | 3354 | XSETINT (buffer_local_flags.file_truename, -1); |
| 3355 | XSETINT (buffer_local_flags.invisibility_spec, -1); | 3355 | XSETINT (buffer_local_flags.invisibility_spec, -1); |
| 3356 | XSETFASTINT (buffer_local_flags.file_format, -1); | ||
| 3356 | 3357 | ||
| 3357 | XSETFASTINT (buffer_local_flags.mode_line_format, 1); | 3358 | XSETFASTINT (buffer_local_flags.mode_line_format, 1); |
| 3358 | XSETFASTINT (buffer_local_flags.abbrev_mode, 2); | 3359 | XSETFASTINT (buffer_local_flags.abbrev_mode, 2); |
| @@ -3372,7 +3373,6 @@ init_buffer_once () | |||
| 3372 | XSETFASTINT (buffer_local_flags.display_table, 0x2000); | 3373 | XSETFASTINT (buffer_local_flags.display_table, 0x2000); |
| 3373 | XSETFASTINT (buffer_local_flags.syntax_table, 0x8000); | 3374 | XSETFASTINT (buffer_local_flags.syntax_table, 0x8000); |
| 3374 | XSETFASTINT (buffer_local_flags.cache_long_line_scans, 0x10000); | 3375 | XSETFASTINT (buffer_local_flags.cache_long_line_scans, 0x10000); |
| 3375 | XSETFASTINT (buffer_local_flags.file_format, 0x20000); | ||
| 3376 | #ifdef DOS_NT | 3376 | #ifdef DOS_NT |
| 3377 | XSETFASTINT (buffer_local_flags.buffer_file_type, 0x4000); | 3377 | XSETFASTINT (buffer_local_flags.buffer_file_type, 0x4000); |
| 3378 | #endif | 3378 | #endif |