# HG changeset patch # User Richard M. Stallman # Date 813180367 0 # Node ID 5297bf53ac3814b8e7eb0df7a0ec5194f93d9026 # Parent 3778c95adca9942660ea161d4723e0516e301fe3 (init_buffer_once): Make file_format always local, not just local when set. diff -r 3778c95adca9 -r 5297bf53ac38 src/buffer.c --- a/src/buffer.c Sun Oct 08 02:56:45 1995 +0000 +++ b/src/buffer.c Sun Oct 08 19:26:07 1995 +0000 @@ -3353,6 +3353,7 @@ XSETINT (buffer_local_flags.point_before_scroll, -1); XSETINT (buffer_local_flags.file_truename, -1); XSETINT (buffer_local_flags.invisibility_spec, -1); + XSETFASTINT (buffer_local_flags.file_format, -1); XSETFASTINT (buffer_local_flags.mode_line_format, 1); XSETFASTINT (buffer_local_flags.abbrev_mode, 2); @@ -3372,7 +3373,6 @@ XSETFASTINT (buffer_local_flags.display_table, 0x2000); XSETFASTINT (buffer_local_flags.syntax_table, 0x8000); XSETFASTINT (buffer_local_flags.cache_long_line_scans, 0x10000); - XSETFASTINT (buffer_local_flags.file_format, 0x20000); #ifdef DOS_NT XSETFASTINT (buffer_local_flags.buffer_file_type, 0x4000); #endif