emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 18 Dec 2001 11:14:14 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.715 emacs/src/xdisp.c:1.716
*** emacs/src/xdisp.c:1.715     Sun Dec 16 15:02:01 2001
--- emacs/src/xdisp.c   Tue Dec 18 11:14:13 2001
***************
*** 910,916 ****
        height -= estimate_mode_line_height (f, HEADER_LINE_FACE_ID);
      }
  
!   return height;
  }
  
  
--- 910,918 ----
        height -= estimate_mode_line_height (f, HEADER_LINE_FACE_ID);
      }
  
!   /* With a very small font and a mode-line that's taller than
!      default, we might end up with a negative height.  */
!   return max (0, height);
  }
  
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]