diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 4d7c71f82c6..8e1a97ee1aa 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3234,7 +3234,7 @@ selects the buffer of the selected window before each command. */) | |||
| 3234 | so that FRAME_FOCUS_FRAME is moved appropriately as we | 3234 | so that FRAME_FOCUS_FRAME is moved appropriately as we |
| 3235 | move around in the state where a minibuffer in a separate | 3235 | move around in the state where a minibuffer in a separate |
| 3236 | frame is active. */ | 3236 | frame is active. */ |
| 3237 | Fselect_frame (WINDOW_FRAME (w), Qnil); | 3237 | Fselect_frame (WINDOW_FRAME (w)); |
| 3238 | } | 3238 | } |
| 3239 | else | 3239 | else |
| 3240 | sf->selected_window = window; | 3240 | sf->selected_window = window; |