/[emacs]/emacs/src/buffer.h
ViewVC logotype

Diff of /emacs/src/buffer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.91 by monnier, Tue Jul 8 21:45:35 2003 UTC revision 1.92 by monnier, Wed Jul 9 14:47:45 2003 UTC
# Line 531  struct buffer Line 531  struct buffer
531       displaying this buffer.  */       displaying this buffer.  */
532    unsigned prevent_redisplay_optimizations_p : 1;    unsigned prevent_redisplay_optimizations_p : 1;
533    
534      /* List of overlays that end at or before the current center,
535         in order of end-position.  */
536      struct Lisp_Overlay *overlays_before;
537    
538      /* List of overlays that end after  the current center,
539         in order of start-position.  */
540      struct Lisp_Overlay *overlays_after;
541    
542    /* Position where the overlay lists are centered.  */    /* Position where the overlay lists are centered.  */
543    EMACS_INT overlay_center;    EMACS_INT overlay_center;
544    
# Line 647  struct buffer Line 655  struct buffer
655    /* t means the mark and region are currently active.  */    /* t means the mark and region are currently active.  */
656    Lisp_Object mark_active;    Lisp_Object mark_active;
657    
   /* List of overlays that end at or before the current center,  
      in order of end-position.  */  
   Lisp_Object overlays_before;  
   
   /* List of overlays that end after  the current center,  
      in order of start-position.  */  
   Lisp_Object overlays_after;  
   
658    /* Non-nil means the buffer contents are regarded as multi-byte    /* Non-nil means the buffer contents are regarded as multi-byte
659       form of characters, not a binary code.  */       form of characters, not a binary code.  */
660    Lisp_Object enable_multibyte_characters;    Lisp_Object enable_multibyte_characters;

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26