summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/indent.c b/src/indent.c
index 7209c7ce0b3..e9b9659d536 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -698,9 +698,9 @@ DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0,
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,