/[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.89 by kfstorm, Sat May 24 21:55:09 2003 UTC revision 1.90 by monnier, Thu Jun 26 23:15:25 2003 UTC
# Line 1  Line 1 
1  /* Header file for the buffer manipulation primitives.  /* Header file for the buffer manipulation primitives.
2     Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000, 2001     Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000, 01, 2003
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 433  struct buffer_text Line 433  struct buffer_text
433         This is actually a single marker ---         This is actually a single marker ---
434         successive elements in its marker `chain'         successive elements in its marker `chain'
435         are the other markers referring to this buffer.  */         are the other markers referring to this buffer.  */
436      Lisp_Object markers;      struct Lisp_Marker *markers;
437    };    };
438    
439  /* This is the structure that the buffer Lisp object points to.  */  /* This is the structure that the buffer Lisp object points to.  */

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

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