comparison 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
comparison
equal deleted inserted replaced
13262:fe65b6bde340 13263:b135b01ba0e2
455 XSETFASTINT (b->overlay_center, 1); 455 XSETFASTINT (b->overlay_center, 1);
456 b->mark_active = Qnil; 456 b->mark_active = Qnil;
457 b->point_before_scroll = Qnil; 457 b->point_before_scroll = Qnil;
458 b->file_format = Qnil; 458 b->file_format = Qnil;
459 b->redisplay_end_trigger = Qnil; 459 b->redisplay_end_trigger = Qnil;
460 b->extra1 = Qnil;
461 b->extra2 = Qnil;
462 b->extra3 = Qnil;
460 } 463 }
461 464
462 /* Reset buffer B's local variables info. 465 /* Reset buffer B's local variables info.
463 Don't use this on a buffer that has already been in use; 466 Don't use this on a buffer that has already been in use;
464 it does not treat permanent locals consistently. 467 it does not treat permanent locals consistently.