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
6961e0c1
Commit
6961e0c1
authored
Mar 06, 2001
by
Gerd Moellmann
Browse files
(redisplay_internal): Set windows_or_buffers_changed
if face_change_count is non-zero.
parent
106e96bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/xdisp.c
src/xdisp.c
+6
-0
No files found.
src/xdisp.c
View file @
6961e0c1
...
...
@@ -8032,6 +8032,12 @@ redisplay_internal (preserve_echo_area)
fonts_changed_p = 0;
}
/* If face_change_count is non-zero, init_iterator will free all
realized faces, which includes the faces referenced from current
matrices. So, we can't reuse current matrices in this case. */
if (face_change_count)
++windows_or_buffers_changed;
if (! FRAME_WINDOW_P (sf)
&& previous_terminal_frame != 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