aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-08 04:59:49 +0000
committerRichard M. Stallman1995-05-08 04:59:49 +0000
commitcac66e4f1d3b9f9b0134d0daaae234aedbd0290d (patch)
treee95347aa585f7bfaa3aefb7c247b678e4065f44c /src/window.c
parent59c1a7de824207a5e4db6a945417d87fa18e9ef7 (diff)
downloademacs-cac66e4f1d3b9f9b0134d0daaae234aedbd0290d.tar.gz
emacs-cac66e4f1d3b9f9b0134d0daaae234aedbd0290d.zip
(Fdisplay_buffer): Initialize other, upper, lower.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index c806739fd0e..5c674909224 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2072,6 +2072,7 @@ Returns the window displaying BUFFER.")
2072#endif 2072#endif
2073 /* If window appears above or below another, 2073 /* If window appears above or below another,
2074 even out their heights. */ 2074 even out their heights. */
2075 other = upper = lower = Qnil;
2075 if (!NILP (XWINDOW (window)->prev)) 2076 if (!NILP (XWINDOW (window)->prev))
2076 other = upper = XWINDOW (window)->prev, lower = window; 2077 other = upper = XWINDOW (window)->prev, lower = window;
2077 if (!NILP (XWINDOW (window)->next)) 2078 if (!NILP (XWINDOW (window)->next))