From: Richard M. Stallman Date: Mon, 2 Sep 1996 05:11:15 +0000 (+0000) Subject: (reset_buffer): Initialize last_selected_window slot. X-Git-Tag: emacs-20.1~3877 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dc6f165b8923ea111535563ee1ff7a36306e439;p=emacs.git (reset_buffer): Initialize last_selected_window slot. --- diff --git a/src/buffer.c b/src/buffer.c index bfbd175cb16..32a610df6b5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -471,7 +471,7 @@ reset_buffer (b) b->mark_active = Qnil; b->point_before_scroll = Qnil; b->file_format = Qnil; - b->extra1 = Qnil; + b->last_selected_window = Qnil; b->extra2 = Qnil; b->extra3 = Qnil; }