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
61d6a058
Commit
61d6a058
authored
Aug 21, 2005
by
Kim F. Storm
Browse files
(redisplay_window): Call update_window_fringes with
KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
parent
4dadc129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/xdisp.c
src/xdisp.c
+3
-4
No files found.
src/xdisp.c
View file @
61d6a058
...
...
@@ -12730,10 +12730,9 @@ redisplay_window (window, just_this_one_p)
#ifdef HAVE_WINDOW_SYSTEM
if (FRAME_WINDOW_P (f)
&& update_window_fringes (w, 0)
&& !just_this_one_p
&& (used_current_matrix_p || overlay_arrow_seen)
&& !w->pseudo_window_p)
&& update_window_fringes (w, (just_this_one_p
|| (!used_current_matrix_p && !overlay_arrow_seen)
|| w->pseudo_window_p)))
{
update_begin (f);
BLOCK_INPUT;
...
...
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