aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-21 18:25:45 +0000
committerRichard M. Stallman <[email protected]>1994-06-21 18:25:45 +0000
commitea18063fb65dd0af3f1ae374c162edd2433a808b (patch)
treec4203fcf057968253f463140e228903b0921ce7f
parent9b59d6d098b01cdfdbc0bce49a0a8e18f2eed7fd (diff)
(Fmove_overlay): Add missing XINT calls in previous change.
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index edab13cc88..ccdb5bf5f3 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1861,7 +1861,7 @@ buffer.")
}
/* Redisplay where the overlay is going to be. */
- redisplay_region (ob, beg, end);
+ redisplay_region (ob, XINT (beg), XINT (end));
/* Don't limit redisplay to the selected window. */
windows_or_buffers_changed = 1;