diff options
| author | Andreas Schwab | 1998-04-29 09:44:06 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-29 09:44:06 +0000 |
| commit | 9d1ec8314f7c46235b5231f860a22d8d3fbe600d (patch) | |
| tree | 4c3b6ed0f782b5e4326e3c840e6cbc195ce238f3 /src/window.c | |
| parent | 1d9f9f9e64b91daee180e47644bd764821c2f7b7 (diff) | |
| download | emacs-9d1ec8314f7c46235b5231f860a22d8d3fbe600d.tar.gz emacs-9d1ec8314f7c46235b5231f860a22d8d3fbe600d.zip | |
(make_window): Initialize last_point field.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index e4ba54a4c68..17861d652af 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -164,6 +164,7 @@ make_window () | |||
| 164 | XSETFASTINT (p->height, 0); | 164 | XSETFASTINT (p->height, 0); |
| 165 | XSETFASTINT (p->width, 0); | 165 | XSETFASTINT (p->width, 0); |
| 166 | XSETFASTINT (p->hscroll, 0); | 166 | XSETFASTINT (p->hscroll, 0); |
| 167 | XSETFASTINT (p->last_point, 0); | ||
| 167 | XSETFASTINT (p->last_point_x, 0); | 168 | XSETFASTINT (p->last_point_x, 0); |
| 168 | XSETFASTINT (p->last_point_y, 0); | 169 | XSETFASTINT (p->last_point_y, 0); |
| 169 | p->start = Fmake_marker (); | 170 | p->start = Fmake_marker (); |