1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

(reset_buffer): Initialize extra1, extra2 and extra3 slots.

This commit is contained in:
Richard M. Stallman 1995-10-21 23:14:06 +00:00
parent 55ac8536fe
commit fb2030e306

View 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.