# HG changeset patch # User Stefan Monnier # Date 971382691 0 # Node ID e68bc04229fe22b0c6dacf4c83dca5e3cbf58e11 # Parent 2b1871fcf25f3c42e7b03fd1037d3cf63eda897b (Fx_create_frame): Don't bother calling face-set-after-frame-default since the caller does it for us anyway. diff -r 2b1871fcf25f -r e68bc04229fe src/xfns.c --- a/src/xfns.c Thu Oct 12 18:17:56 2000 +0000 +++ b/src/xfns.c Thu Oct 12 20:31:31 2000 +0000 @@ -4277,9 +4277,6 @@ 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))