changeset 13151:5297bf53ac38

(init_buffer_once): Make file_format always local, not just local when set.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Oct 1995 19:26:07 +0000
parents 3778c95adca9
children a7e0445bd152
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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