aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2000-10-12 20:33:26 +0000
committerStefan Monnier2000-10-12 20:33:26 +0000
commit321fd26fa9e11329fc0fad5152887e1a1d142864 (patch)
treead2fb331afd2bf81dabe8e84efe4ce3682c6b828 /src
parent57f49913418764201ea9cf35e4fbc2da214e5081 (diff)
downloademacs-321fd26fa9e11329fc0fad5152887e1a1d142864.tar.gz
emacs-321fd26fa9e11329fc0fad5152887e1a1d142864.zip
(Fx_create_frame): Don't bother calling
face-set-after-frame-default since the caller does it for us anyway.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xfns.c3
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 @@
12000-10-12 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xfns.c (Fx_create_frame): Don't bother calling
4 face-set-after-frame-default since the caller does it for us anyway.
5
12000-10-12 Eli Zaretskii <eliz@is.elta.co.il> 62000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * window.c (coordinates_in_window): Fix detection of vertical line 8 * 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.")
4277 SET_FRAME_WIDTH (f, 0); 4277 SET_FRAME_WIDTH (f, 0);
4278 change_frame_size (f, height, width, 1, 0, 0); 4278 change_frame_size (f, height, width, 1, 0, 0);
4279 4279
4280 /* Set up faces after all frame parameters are known. */
4281 call1 (Qface_set_after_frame_default, frame);
4282
4283#ifdef USE_X_TOOLKIT 4280#ifdef USE_X_TOOLKIT
4284 /* Create the menu bar. */ 4281 /* Create the menu bar. */
4285 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f)) 4282 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))