[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/window.c
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/window.c |
Date: |
Thu, 27 Dec 2001 00:49:33 -0500 |
Index: emacs/src/window.c
diff -c emacs/src/window.c:1.395 emacs/src/window.c:1.396
*** emacs/src/window.c:1.395 Tue Dec 25 05:36:08 2001
--- emacs/src/window.c Thu Dec 27 00:49:33 2001
***************
*** 3394,3400 ****
{
maxdelta = (*sizefun) (parent) - XINT (*sizep);
/* Subtract size of siblings before, since we can't take that. */
! maxdelta -= CURBEG (window) - CURBEG (parent);
}
else
maxdelta = (!NILP (p->next) ? ((*sizefun) (p->next)
--- 3394,3400 ----
{
maxdelta = (*sizefun) (parent) - XINT (*sizep);
/* Subtract size of siblings before, since we can't take that. */
! maxdelta -= XINT (CURBEG (window)) - XINT (CURBEG (parent));
}
else
maxdelta = (!NILP (p->next) ? ((*sizefun) (p->next)