changeset 16067:5c9f298c9875

(reset_buffer): Initialize last_selected_window slot.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Sep 1996 05:11:15 +0000
parents 2f421cfff6cc
children b19129a8c644
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Mon Sep 02 05:10:58 1996 +0000
+++ b/src/buffer.c	Mon Sep 02 05:11:15 1996 +0000
@@ -471,7 +471,7 @@
   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;
 }