aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
6186 calculate_costs (XFRAME (selected_frame)); 6186 calculate_costs (XFRAME (selected_frame));
6187 6187
6188 /* Set up faces of the initial terminal frame. */ 6188 /* Set up faces of the initial terminal frame. */
6189 if (!noninteractive && NILP (Vinitial_window_system)) 6189 if (initialized && !noninteractive && NILP (Vinitial_window_system))
6190 init_faces_initial (); 6190 init_faces_initial ();
6191} 6191}
6192 6192