diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index ab81e806aba..0f00ae64ef1 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1283,11 +1283,11 @@ Only the frame WINDOW is on is affected.") | |||
| 1283 | w = XWINDOW (window); | 1283 | w = XWINDOW (window); |
| 1284 | top = XFASTINT (w->top); | 1284 | top = XFASTINT (w->top); |
| 1285 | 1285 | ||
| 1286 | window_loop (DELETE_OTHER_WINDOWS, window, 0, WINDOW_FRAME(w)); | 1286 | window_loop (DELETE_OTHER_WINDOWS, window, 0, WINDOW_FRAME (w)); |
| 1287 | 1287 | ||
| 1288 | Fset_buffer (w->buffer); | 1288 | Fset_buffer (w->buffer); |
| 1289 | SET_PT (marker_position (w->start)); | 1289 | SET_PT (marker_position (w->start)); |
| 1290 | Frecenter (make_number (top)); | 1290 | Frecenter (make_number (top - FRAME_MENU_BAR_LINES (XFRAME (WINDOW_FRAME (w))))); |
| 1291 | 1291 | ||
| 1292 | set_buffer_internal (obuf); | 1292 | set_buffer_internal (obuf); |
| 1293 | SET_PT (opoint); | 1293 | SET_PT (opoint); |