# HG changeset patch # User Richard M. Stallman # Date 814317246 0 # Node ID b135b01ba0e2f780890203f874b3d413859bd412 # Parent fe65b6bde3407191e7c0a40d32263bdbe267ef93 (reset_buffer): Initialize extra1, extra2 and extra3 slots. diff -r fe65b6bde340 -r b135b01ba0e2 src/buffer.c --- 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.