]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Don't bother calling
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Oct 2000 20:33:26 +0000 (20:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Oct 2000 20:33:26 +0000 (20:33 +0000)
face-set-after-frame-default since the caller does it for us anyway.

src/ChangeLog
src/xfns.c

index cea1f508f200d93e858b1cf6cbc8aacc71733e01..80d32239e4b7b82bea06b15913839ea30e30fe9a 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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  <eliz@is.elta.co.il>
 
        * window.c (coordinates_in_window): Fix detection of vertical line
index 370ce8825d7bf150221ec9db22dfcd1f1d62ed65..4c53ccb85aee669ca83d4ed5c6b13bb21fc52d25 100644 (file)
@@ -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))