diff src/buffer.c @ 13263:b135b01ba0e2

(reset_buffer): Initialize extra1, extra2 and extra3 slots.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Oct 1995 23:14:06 +0000
parents fe65b6bde340
children 76e69b0af94d
line wrap: on
line diff
--- a/src/buffer.c	Sat Oct 21 23:01:11 1995 +0000
+++ b/src/buffer.c	Sat Oct 21 23:14:06 1995 +0000
@@ -457,6 +457,9 @@
   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.