From 79d39b69bccc12a274da5fdfbc8808d80a7cd6ac Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Aug 2008 16:46:21 +0000 Subject: [PATCH] (init_display): Remove MS-DOS specific conditions for calling tty-set-up-initial-frame-faces. --- src/dispnew.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index e3e73919fe4..895b6490dae 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -3390,7 +3390,7 @@ DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0, update_begin (f); #ifdef MSDOS if (FRAME_MSDOS_P (f)) - set_terminal_modes (FRAME_TERMINAL (f)); + FRAME_TERMINAL (f)->set_terminal_modes_hook (FRAME_TERMINAL (f)); #endif clear_frame (f); clear_current_matrices (f); @@ -6966,13 +6966,6 @@ init_display () /* Set up faces of the initial terminal frame of a dumped Emacs. */ if (initialized && !noninteractive -#ifdef MSDOS - /* The MSDOS terminal turns on its ``window system'' relatively - late into the startup, so we cannot do the frame faces' - initialization just yet. It will be done later by pc-win.el - and internal_terminal_init. */ - && (strcmp (terminal_type, "internal") != 0 || inhibit_window_system) -#endif && NILP (Vinitial_window_system)) { /* For the initial frame, we don't have any way of knowing what -- 2.39.5