Mercurial > emacs
changeset 36973:30f05fa8ebb8
(redisplay_internal) <update one window>: Make sure
last_arrow_position and last_arrow_string are set.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 25 Mar 2001 12:00:44 +0000 |
parents | 3cd6671306b2 |
children | ff70bb11eea1 |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sun Mar 25 11:37:40 2001 +0000 +++ b/src/xdisp.c Sun Mar 25 12:00:44 2001 +0000 @@ -8717,6 +8717,10 @@ /* This has already been done above if consider_all_windows_p is set. */ mark_window_display_accurate_1 (w, 1); + + last_arrow_position = COERCE_MARKER (Voverlay_arrow_position); + last_arrow_string = Voverlay_arrow_string; + if (frame_up_to_date_hook != 0) frame_up_to_date_hook (sf); }