diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index ccdb5bf5f3b..3eb61de0c82 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1857,11 +1857,11 @@ buffer.") | |||
| 1857 | o_beg = OVERLAY_POSITION (o_beg); | 1857 | o_beg = OVERLAY_POSITION (o_beg); |
| 1858 | o_end = OVERLAY_POSITION (o_end); | 1858 | o_end = OVERLAY_POSITION (o_end); |
| 1859 | 1859 | ||
| 1860 | redisplay_region (b, XINT (o_beg), XINT (o_end)); | 1860 | redisplay_region (ob, XINT (o_beg), XINT (o_end)); |
| 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, XINT (beg), XINT (end)); | 1864 | redisplay_region (b, 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; |