Mercurial > emacs
diff src/window.c @ 16039:855c8d8ba0f0
Change all references from point to PT.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Sun, 01 Sep 1996 19:15:05 +0000 |
| parents | 76fb9ea4460f |
| children | ccf489f8596e |
line wrap: on
line diff
--- a/src/window.c Sun Sep 01 19:09:14 1996 +0000 +++ b/src/window.c Sun Sep 01 19:15:05 1996 +0000 @@ -2935,7 +2935,7 @@ if (XINT (arg) < 0) XSETINT (arg, XINT (arg) + ht); - pos = *vmotion (point, - XINT (arg), w); + pos = *vmotion (PT, - XINT (arg), w); Fset_marker (w->start, make_number (pos.bufpos), w->buffer); w->start_at_line_beg = ((pos.bufpos == BEGV
