Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
927c5b3b
Commit
927c5b3b
authored
Mar 25, 2001
by
Gerd Moellmann
Browse files
(redisplay_internal) <update one window>: Make sure
last_arrow_position and last_arrow_string are set.
parent
d74c1900
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/xdisp.c
src/xdisp.c
+4
-0
No files found.
src/ChangeLog
View file @
927c5b3b
2001-03-25 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (redisplay_internal) <update one window>: Make sure
last_arrow_position and last_arrow_string are set.
* frame.c (Fframe_list): Don't return a tooltip frame.
2001-03-23 Gerd Moellmann <gerd@gnu.org>
...
...
src/xdisp.c
View file @
927c5b3b
...
...
@@ -8717,6 +8717,10 @@ redisplay_internal (preserve_echo_area)
/* 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);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment