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
9a7c6fc3
Commit
9a7c6fc3
authored
Jun 16, 1995
by
Richard M. Stallman
Browse files
(Fset_window_configuration): Use do_switch_frame directly.
parent
82351c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/window.c
src/window.c
+3
-2
No files found.
src/window.c
View file @
9a7c6fc3
...
...
@@ -3086,7 +3086,8 @@ by `current-window-configuration' (which see).")
when the frame's old selected window has been deleted. */
#ifdef MULTI_FRAME
if (f != selected_frame && ! FRAME_TERMCAP_P (f))
Fhandle_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)), Qnil);
do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)),
Qnil, 0);
#endif
#endif
...
...
@@ -3112,7 +3113,7 @@ by `current-window-configuration' (which see).")
Fselect_window above totally superfluous; it still sets f's
selected window. */
if
(
FRAME_LIVE_P
(
XFRAME
(
data
->
selected_frame
)))
Fhandle
_switch_frame
(
data
->
selected_frame
,
Qnil
);
do
_switch_frame
(
data
->
selected_frame
,
Qnil
,
0
);
#endif
if
(
!
NILP
(
new_current_buffer
))
...
...
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