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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h
Date: Thu, 26 Jun 2003 19:15:25 -0400

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.89 emacs/src/buffer.h:1.90
*** emacs/src/buffer.h:1.89     Sat May 24 17:55:09 2003
--- emacs/src/buffer.h  Thu Jun 26 19:15:25 2003
***************
*** 1,5 ****
  /* Header file for the buffer manipulation primitives.
!    Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Header file for the buffer manipulation primitives.
!    Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000, 01, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 433,439 ****
         This is actually a single marker ---
         successive elements in its marker `chain'
         are the other markers referring to this buffer.  */
!     Lisp_Object markers;
    };
  
  /* This is the structure that the buffer Lisp object points to.  */
--- 433,439 ----
         This is actually a single marker ---
         successive elements in its marker `chain'
         are the other markers referring to this buffer.  */
!     struct Lisp_Marker *markers;
    };
  
  /* This is the structure that the buffer Lisp object points to.  */




reply via email to

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