aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-05-26 19:19:06 +0000
committerJohn Paul Wallington2003-05-26 19:19:06 +0000
commitf421923f36b952cc9e83834f91dabdd7998d4a17 (patch)
treefdab56bfbc4ff8172ed15f6f90accb76d726c124 /src
parent448bcb402db0a29de6e1dbd266b48d2313585328 (diff)
downloademacs-f421923f36b952cc9e83834f91dabdd7998d4a17.tar.gz
emacs-f421923f36b952cc9e83834f91dabdd7998d4a17.zip
(Fx_create_frame): Don't call Qface_set_after_frame_default.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 4e66e6ef782..ac36b8c0ef2 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3316,13 +3316,6 @@ This function is an internal primitive--use `make-frame' instead. */)
3316 FRAME_LINES (f) = 0; 3316 FRAME_LINES (f) = 0;
3317 change_frame_size (f, height, width, 1, 0, 0); 3317 change_frame_size (f, height, width, 1, 0, 0);
3318 3318
3319 /* Set up faces after all frame parameters are known. This call
3320 also merges in face attributes specified for new frames. If we
3321 don't do this, the `menu' face for instance won't have the right
3322 colors, and the menu bar won't appear in the specified colors for
3323 new frames. */
3324 call1 (Qface_set_after_frame_default, frame);
3325
3326#if defined (USE_X_TOOLKIT) || defined (USE_GTK) 3319#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
3327 /* Create the menu bar. */ 3320 /* Create the menu bar. */
3328 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f)) 3321 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))