Mercurial > emacs
changeset 9269:0f29bb3f784f
(Fcompute_motion): Use new accessor macros instead of calling XSET directly.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 12:08:52 +0000 |
parents | cb55d0155265 |
children | 405b269631c3 |
files | src/indent.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Tue Oct 04 12:07:50 1994 +0000 +++ b/src/indent.c Tue Oct 04 12:08:52 1994 +0000 @@ -698,9 +698,9 @@ XWINDOW (window)); XFASTINT (bufpos) = pos->bufpos; - XSET (hpos, Lisp_Int, pos->hpos); - XSET (vpos, Lisp_Int, pos->vpos); - XSET (prevhpos, Lisp_Int, pos->prevhpos); + XSETINT (hpos, pos->hpos); + XSETINT (vpos, pos->vpos); + XSETINT (prevhpos, pos->prevhpos); return Fcons (bufpos, Fcons (hpos,