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 85b1c5018b8..82e39545a23 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2262,7 +2262,7 @@ showing that buffer, popping the buffer up if necessary.") | |||
| 2262 | } | 2262 | } |
| 2263 | 2263 | ||
| 2264 | Fset_marker (w->pointm, make_number (point), Qnil); | 2264 | Fset_marker (w->pointm, make_number (point), Qnil); |
| 2265 | unbind_to (count); | 2265 | unbind_to (count, Qnil); |
| 2266 | 2266 | ||
| 2267 | return Qnil; | 2267 | return Qnil; |
| 2268 | } | 2268 | } |
| @@ -2632,7 +2632,7 @@ by `current-window-configuration' (which see).") | |||
| 2632 | Fselect_window above totally superfluous; it still sets f's | 2632 | Fselect_window above totally superfluous; it still sets f's |
| 2633 | selected window. */ | 2633 | selected window. */ |
| 2634 | if (FRAME_LIVE_P (XFRAME (data->selected_frame))) | 2634 | if (FRAME_LIVE_P (XFRAME (data->selected_frame))) |
| 2635 | Fselect_frame (data->selected_frame); | 2635 | Fselect_frame (data->selected_frame, Qnil); |
| 2636 | #endif | 2636 | #endif |
| 2637 | 2637 | ||
| 2638 | if (!NILP (new_current_buffer)) | 2638 | if (!NILP (new_current_buffer)) |