(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 edab13c..ccdb5bf 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;