# HG changeset patch # User Andreas Schwab # Date 893843046 0 # Node ID 840db1d2d15cadad4f55292294204a6231d64e30 # Parent 600f19764b6824f09fd0b97fab962879ddb3b1f0 (make_window): Initialize last_point field. diff -r 600f19764b68 -r 840db1d2d15c src/window.c --- 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 ();