summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 9220213b907..7596528fed9 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6186,7 +6186,7 @@ init_display_interactive (void)
calculate_costs (XFRAME (selected_frame));
/* Set up faces of the initial terminal frame. */
- if (!noninteractive && NILP (Vinitial_window_system))
+ if (initialized && !noninteractive && NILP (Vinitial_window_system))
init_faces_initial ();
}