emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Sun, 20 Jan 2002 20:51:27 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.121 emacs/src/dispextern.h:1.122
*** emacs/src/dispextern.h:1.121        Fri Jan 18 13:25:52 2002
--- emacs/src/dispextern.h      Sun Jan 20 20:51:27 2002
***************
*** 1117,1123 ****
        && FRAME_WANTS_MODELINE_P (XFRAME (WINDOW_FRAME ((W))))         \
        && BUFFERP ((W)->buffer)                                                
\
        && !NILP (XBUFFER ((W)->buffer)->mode_line_format)              \
!       && (W)->height > 1)
  
  /* Value is non-zero if window W wants a header line.  */
  
--- 1117,1123 ----
        && FRAME_WANTS_MODELINE_P (XFRAME (WINDOW_FRAME ((W))))         \
        && BUFFERP ((W)->buffer)                                                
\
        && !NILP (XBUFFER ((W)->buffer)->mode_line_format)              \
!       && XFASTINT ((W)->height) > 1)
  
  /* Value is non-zero if window W wants a header line.  */
  
***************
*** 1127,1133 ****
        && FRAME_WANTS_MODELINE_P (XFRAME (WINDOW_FRAME ((W))))         \
        && BUFFERP ((W)->buffer)                                                
\
        && !NILP (XBUFFER ((W)->buffer)->header_line_format)            \
!       && (W)->height > 1 + !NILP (XBUFFER ((W)->buffer)->mode_line_format))
  
       
  /***********************************************************************
--- 1127,1133 ----
        && FRAME_WANTS_MODELINE_P (XFRAME (WINDOW_FRAME ((W))))         \
        && BUFFERP ((W)->buffer)                                                
\
        && !NILP (XBUFFER ((W)->buffer)->header_line_format)            \
!       && XFASTINT ((W)->height) > 1 + !NILP (XBUFFER 
((W)->buffer)->mode_line_format))
  
       
  /***********************************************************************



reply via email to

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