diff src/window.c @ 21844:840db1d2d15c

(make_window): Initialize last_point field.
author Andreas Schwab <schwab@suse.de>
date Wed, 29 Apr 1998 09:44:06 +0000
parents 697991d2a2c4
children ad3ee5ec90d1
line wrap: on
line diff
--- a/src/window.c	Wed Apr 29 09:42:46 1998 +0000
+++ b/src/window.c	Wed Apr 29 09:44:06 1998 +0000
@@ -164,6 +164,7 @@
   XSETFASTINT (p->height, 0);
   XSETFASTINT (p->width, 0);
   XSETFASTINT (p->hscroll, 0);
+  XSETFASTINT (p->last_point, 0);
   XSETFASTINT (p->last_point_x, 0);
   XSETFASTINT (p->last_point_y, 0);
   p->start = Fmake_marker ();