]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdisplay_buffer): Initialize other, upper, lower.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 04:59:49 +0000 (04:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 04:59:49 +0000 (04:59 +0000)
src/window.c

index c806739fd0e9c32eeadaf6f369de33cf3fa16789..5c674909224270a2f3db8cd25a08e21e849681fd 100644 (file)
@@ -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))