mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(reset_buffer): Initialize extra1, extra2 and extra3 slots.
This commit is contained in:
parent
55ac8536fe
commit
fb2030e306
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue