Mercurial > emacs
changeset 11750:b911d6f75664
(Fdisplay_buffer): Initialize other, upper, lower.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 May 1995 04:59:49 +0000 |
parents | 8da04214faed |
children | 422c7ecfe205 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Mon May 08 00:45:17 1995 +0000 +++ b/src/window.c Mon May 08 04:59:49 1995 +0000 @@ -2072,6 +2072,7 @@ #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))