Mercurial > emacs
changeset 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 | 4e7bb697c847 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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.