From 321fd26fa9e11329fc0fad5152887e1a1d142864 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 12 Oct 2000 20:33:26 +0000 Subject: [PATCH] (Fx_create_frame): Don't bother calling face-set-after-frame-default since the caller does it for us anyway. --- src/ChangeLog | 5 +++++ src/xfns.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index cea1f508f20..80d32239e4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-10-12 Stefan Monnier + + * xfns.c (Fx_create_frame): Don't bother calling + face-set-after-frame-default since the caller does it for us anyway. + 2000-10-12 Eli Zaretskii * window.c (coordinates_in_window): Fix detection of vertical line diff --git a/src/xfns.c b/src/xfns.c index 370ce8825d7..4c53ccb85ae 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4277,9 +4277,6 @@ This function is an internal primitive--use `make-frame' instead.") SET_FRAME_WIDTH (f, 0); change_frame_size (f, height, width, 1, 0, 0); - /* Set up faces after all frame parameters are known. */ - call1 (Qface_set_after_frame_default, frame); - #ifdef USE_X_TOOLKIT /* Create the menu bar. */ if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f)) -- 2.39.5