diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/xfns.c | 3 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-10-12 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-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)) |