Mercurial > emacs
changeset 32433:e68bc04229fe
(Fx_create_frame): Don't bother calling
face-set-after-frame-default since the caller does it for us anyway.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Oct 2000 20:31:31 +0000 |
parents | 2b1871fcf25f |
children | 2c839d052cbd |
files | src/xfns.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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))