aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index fc09df3b49a..4b49472e1fb 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2037,7 +2037,7 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id)
2037 attribute changes of named faces, recompute them. When running 2037 attribute changes of named faces, recompute them. When running
2038 in batch mode, the face cache of the initial frame is null. If 2038 in batch mode, the face cache of the initial frame is null. If
2039 we happen to get called, make a dummy face cache. */ 2039 we happen to get called, make a dummy face cache. */
2040 if (noninteractive && FRAME_FACE_CACHE (it->f) == NULL) 2040 if (FRAME_FACE_CACHE (it->f) == NULL)
2041 init_frame_faces (it->f); 2041 init_frame_faces (it->f);
2042 if (FRAME_FACE_CACHE (it->f)->used == 0) 2042 if (FRAME_FACE_CACHE (it->f)->used == 0)
2043 recompute_basic_faces (it->f); 2043 recompute_basic_faces (it->f);