aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2006-03-12 17:08:48 +0000
committerJason Rumney2006-03-12 17:08:48 +0000
commitb1bfcb3db71a06fb5da1286f0a70e6648b3d8bd3 (patch)
treede0204dab3d9d98547b02f9bf963c8da2e392eac
parente7b14860d5e37f22e1ed3907cb2223367db45f8c (diff)
downloademacs-b1bfcb3db71a06fb5da1286f0a70e6648b3d8bd3.tar.gz
emacs-b1bfcb3db71a06fb5da1286f0a70e6648b3d8bd3.zip
(Fx_create_frame): Remove call to
Qface_set_after_frame_default. (from xfns.c 2003-05-26)
-rw-r--r--src/w32fns.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index c665bbad7f2..08b6ed8b1a4 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -4369,17 +4369,6 @@ This function is an internal primitive--use `make-frame' instead. */)
4369 x_wm_set_size_hint (f, window_prompting, 0); 4369 x_wm_set_size_hint (f, window_prompting, 0);
4370 UNBLOCK_INPUT; 4370 UNBLOCK_INPUT;
4371 4371
4372 /* Avoid a bug that causes the new frame to never become visible if
4373 an echo area message is displayed during the following call1. */
4374 specbind(Qredisplay_dont_pause, Qt);
4375
4376 /* Set up faces after all frame parameters are known. This call
4377 also merges in face attributes specified for new frames. If we
4378 don't do this, the `menu' face for instance won't have the right
4379 colors, and the menu bar won't appear in the specified colors for
4380 new frames. */
4381 call1 (Qface_set_after_frame_default, frame);
4382
4383 /* Make the window appear on the frame and enable display, unless 4372 /* Make the window appear on the frame and enable display, unless
4384 the caller says not to. However, with explicit parent, Emacs 4373 the caller says not to. However, with explicit parent, Emacs
4385 cannot control visibility, so don't try. */ 4374 cannot control visibility, so don't try. */