emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Mon, 04 Mar 2002 18:41:03 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.407 emacs/src/window.c:1.408
*** emacs/src/window.c:1.407    Fri Mar  1 18:50:12 2002
--- emacs/src/window.c  Mon Mar  4 18:40:59 2002
***************
*** 145,152 ****
  
  /* If a window gets smaller than either of these, it is removed. */
  
! int window_min_height;
! int window_min_width;
  
  /* Nonzero implies Fdisplay_buffer should create windows. */
  
--- 145,152 ----
  
  /* If a window gets smaller than either of these, it is removed. */
  
! EMACS_INT window_min_height;
! EMACS_INT window_min_width;
  
  /* Nonzero implies Fdisplay_buffer should create windows. */
  
***************
*** 199,209 ****
  /* Fdisplay_buffer always splits the largest window
     if that window is more than this high.  */
  
! int split_height_threshold;
  
  /* Number of lines of continuity in scrolling by screenfuls.  */
  
! int next_screen_context_lines;
  
  /* Incremented for each window created.  */
  
--- 199,209 ----
  /* Fdisplay_buffer always splits the largest window
     if that window is more than this high.  */
  
! EMACS_INT split_height_threshold;
  
  /* Number of lines of continuity in scrolling by screenfuls.  */
  
! EMACS_INT next_screen_context_lines;
  
  /* Incremented for each window created.  */
  
***************
*** 228,234 ****
  static int inhibit_frame_unsplittable;
  #endif /* 0 */
  
! extern int scroll_margin;
  
  extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
  
--- 228,234 ----
  static int inhibit_frame_unsplittable;
  #endif /* 0 */
  
! extern EMACS_INT scroll_margin;
  
  extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
  



reply via email to

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