Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9f7a8b5d
Commit
9f7a8b5d
authored
Jul 28, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdisplay_buffer): Add MULTI_FRAME cond in last change.
parent
70e808bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/window.c
src/window.c
+2
-0
No files found.
src/window.c
View file @
9f7a8b5d
...
...
@@ -1852,6 +1852,7 @@ Returns the window displaying BUFFER.")
ignore minibuffers and dedicated windows.
This means they can return nil. */
#ifdef MULTI_FRAME
/* If the frame we would try to split cannot be split,
try other frames. */
if
(
FRAME_NO_SPLIT_P
(
NILP
(
frames
)
?
selected_frame
...
...
@@ -1866,6 +1867,7 @@ Returns the window displaying BUFFER.")
window
=
Fget_largest_window
(
Qt
);
}
else
#endif
window
=
Fget_largest_window
(
frames
);
/* If we got a tall enough full-width window, split it. */
...
...
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