mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(Fmove_overlay): Fix typo in previous change.
This commit is contained in:
parent
01239f7229
commit
efd9047811
1 changed files with 2 additions and 2 deletions
|
|
@ -1857,11 +1857,11 @@ buffer.")
|
|||
o_beg = OVERLAY_POSITION (o_beg);
|
||||
o_end = OVERLAY_POSITION (o_end);
|
||||
|
||||
redisplay_region (b, XINT (o_beg), XINT (o_end));
|
||||
redisplay_region (ob, XINT (o_beg), XINT (o_end));
|
||||
}
|
||||
|
||||
/* Redisplay where the overlay is going to be. */
|
||||
redisplay_region (ob, XINT (beg), XINT (end));
|
||||
redisplay_region (b, XINT (beg), XINT (end));
|
||||
|
||||
/* Don't limit redisplay to the selected window. */
|
||||
windows_or_buffers_changed = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue