(reset_buffer): Initialize extra1, extra2 and extra3 slots.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Oct 1995 23:14:06 +0000 (23:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Oct 1995 23:14:06 +0000 (23:14 +0000)
src/buffer.c

index 13861a8..c533d43 100644 (file)
@@ -457,6 +457,9 @@ reset_buffer (b)
   b->point_before_scroll = Qnil;
   b->file_format = Qnil;
   b->redisplay_end_trigger = Qnil;
+  b->extra1 = Qnil;
+  b->extra2 = Qnil;
+  b->extra3 = Qnil;
 }
 
 /* Reset buffer B's local variables info.