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
cac66e4f
Commit
cac66e4f
authored
May 08, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdisplay_buffer): Initialize other, upper, lower.
parent
59c1a7de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/window.c
src/window.c
+1
-0
No files found.
src/window.c
View file @
cac66e4f
...
...
@@ -2072,6 +2072,7 @@ Returns the window displaying BUFFER.")
#endif
/* If window appears above or below another,
even out their heights. */
other
=
upper
=
lower
=
Qnil
;
if
(
!
NILP
(
XWINDOW
(
window
)
->
prev
))
other
=
upper
=
XWINDOW
(
window
)
->
prev
,
lower
=
window
;
if
(
!
NILP
(
XWINDOW
(
window
)
->
next
))
...
...
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