emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h
Date: Sat, 24 May 2003 17:55:09 -0400

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.88 emacs/src/buffer.h:1.89
*** emacs/src/buffer.h:1.88     Thu Apr 17 17:52:01 2003
--- emacs/src/buffer.h  Sat May 24 17:55:09 2003
***************
*** 715,721 ****
  
    /* Widths of left and right marginal areas for windows displaying
       this buffer.  */
!   Lisp_Object left_margin_width, right_margin_width;
  
    /* Non-nil means indicate lines not displaying text (in a style
       like vi).  */
--- 715,733 ----
  
    /* Widths of left and right marginal areas for windows displaying
       this buffer.  */
!   Lisp_Object left_margin_cols, right_margin_cols;
! 
!   /* Widths of left and right fringe areas for windows displaying
!      this buffer.  */
!   Lisp_Object left_fringe_width, right_fringe_width;
! 
!   /* Non-nil means fringes are drawn outside display margins;
!      othersize draw them between margin areas and text.  */
!   Lisp_Object fringes_outside_margins;
! 
!   /* Width and type of scroll bar areas for windows displaying
!      this buffer.  */
!   Lisp_Object scroll_bar_width, vertical_scroll_bar_type;
  
    /* Non-nil means indicate lines not displaying text (in a style
       like vi).  */




reply via email to

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