Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
147a6615
Commit
147a6615
authored
Apr 24, 1994
by
Richard M. Stallman
Browse files
(Fselect_window): Use Fselect_frame.
parent
5dcaa9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/window.c
src/window.c
+5
-1
No files found.
src/window.c
View file @
147a6615
...
...
@@ -1668,7 +1668,11 @@ before each command.")
if
(
XFRAME
(
WINDOW_FRAME
(
w
))
!=
selected_frame
)
{
XFRAME
(
WINDOW_FRAME
(
w
))
->
selected_window
=
window
;
Fhandle_switch_frame (WINDOW_FRAME (w), Qnil);
/* Use this rather than Fhandle_switch_frame
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
);
}
else
selected_frame
->
selected_window
=
window
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment