aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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))