Mercurial > emacs
changeset 7995:7f68b0db826f
(Fmove_overlay): Add missing XINT calls in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 21 Jun 1994 18:25:45 +0000 |
parents | c5b7f74b5023 |
children | bf04e77f34dc |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Jun 21 17:52:18 1994 +0000 +++ b/src/buffer.c Tue Jun 21 18:25:45 1994 +0000 @@ -1861,7 +1861,7 @@ } /* 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;