summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-06-10 02:36:07 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-06-10 02:36:07 +0000
commitc869384d74ca1fc2c33b25eb28316b3a6415dcf8 (patch)
tree32fb355f1e009f56dcba8d5e4a7ae1e328a47e35 /src/window.c
parent9848feb480dbc9255f770d23ca7f3db9b1ba8d40 (diff)
downloademacs-c869384d74ca1fc2c33b25eb28316b3a6415dcf8.tar.gz
(Fselect_window): Adapt call to Fselect_frame.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 4839830b177..1f2af647677 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3234,7 +3234,7 @@ selects the buffer of the selected window before each command. */)
so that FRAME_FOCUS_FRAME is moved appropriately as we
move around in the state where a minibuffer in a separate
frame is active. */
- Fselect_frame (WINDOW_FRAME (w), Qnil);
+ Fselect_frame (WINDOW_FRAME (w));
}
else
sf->selected_window = window;