]> git.eshelyaron.com Git - emacs.git/commitdiff
(reset_buffer): Initialize last_selected_window slot.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 05:11:15 +0000 (05:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 05:11:15 +0000 (05:11 +0000)
src/buffer.c

index bfbd175cb16830073e9696258af016f84d1f12c0..32a610df6b5efa5b2847839b2fe72147bca127c5 100644 (file)
@@ -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;
 }