From: Richard M. Stallman Date: Sat, 21 Oct 1995 23:14:06 +0000 (+0000) Subject: (reset_buffer): Initialize extra1, extra2 and extra3 slots. X-Git-Tag: emacs-19.34~2597 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb2030e306dc2f8932f03cf8db45c7ee72d8dba7;p=emacs.git (reset_buffer): Initialize extra1, extra2 and extra3 slots. --- diff --git a/src/buffer.c b/src/buffer.c index 13861a8edbb..c533d4343fa 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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.