Mercurial > emacs
changeset 21844:840db1d2d15c
(make_window): Initialize last_point field.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 29 Apr 1998 09:44:06 +0000 |
parents | 600f19764b68 |
children | 1bae35c78db2 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 ();