comparison src/buffer.c @ 8035:e16ebbd6f14b

(Fmove_overlay): Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 23:55:12 +0000
parents 7f68b0db826f
children ad595e4e165c
comparison
equal deleted inserted replaced
8034:6094b85c40d1 8035:e16ebbd6f14b
1855 o_beg = OVERLAY_START (overlay); 1855 o_beg = OVERLAY_START (overlay);
1856 o_end = OVERLAY_END (overlay); 1856 o_end = OVERLAY_END (overlay);
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;
1868 } 1868 }
1869 else 1869 else