aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index edab13cc88b..ccdb5bf5f3b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1861,7 +1861,7 @@ buffer.")
1861 } 1861 }
1862 1862
1863 /* Redisplay where the overlay is going to be. */ 1863 /* Redisplay where the overlay is going to be. */
1864 redisplay_region (ob, beg, end); 1864 redisplay_region (ob, XINT (beg), XINT (end));
1865 1865
1866 /* Don't limit redisplay to the selected window. */ 1866 /* Don't limit redisplay to the selected window. */
1867 windows_or_buffers_changed = 1; 1867 windows_or_buffers_changed = 1;