]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmove_overlay): Add missing XINT calls in previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Jun 1994 18:25:45 +0000 (18:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Jun 1994 18:25:45 +0000 (18:25 +0000)
src/buffer.c

index edab13cc88b4afccf60ddd5e227d692d17775b6d..ccdb5bf5f3be8357b9761cd6e05f04ac998f1f54 100644 (file)
@@ -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;