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
7cab5d2c
Commit
7cab5d2c
authored
Jul 11, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdisplay_buffer): Add MULTI_FRAME conditional in previous change.
parent
8c79b392
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 @
7cab5d2c
...
...
@@ -1773,8 +1773,10 @@ Returns the window displaying BUFFER.")
if
(
!
NILP
(
window
)
&&
(
NILP
(
not_this_window
)
||
!
EQ
(
window
,
selected_window
)))
{
#ifdef MULTI_FRAME
if
(
FRAME_ICONIFIED_P
(
XFRAME
(
WINDOW_FRAME
(
XWINDOW
(
window
)))))
Fmake_frame_visible
(
WINDOW_FRAME
(
XWINDOW
(
window
)));
#endif
return
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