Mercurial > emacs
changeset 63187:dd0624f7bb99
(Fselect_window): Adapt call to Fselect_frame.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 10 Jun 2005 02:31:13 +0000 |
parents | 2249532f80a3 |
children | 461a31b5c269 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Fri Jun 10 02:29:12 2005 +0000 +++ b/src/window.c Fri Jun 10 02:31:13 2005 +0000 @@ -3234,7 +3234,7 @@ 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;