emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/marker.c
Date: Thu, 28 Feb 2002 20:06:02 -0500

Index: emacs/src/marker.c
diff -c emacs/src/marker.c:1.34 emacs/src/marker.c:1.35
*** emacs/src/marker.c:1.34     Fri Nov  2 15:30:42 2001
--- emacs/src/marker.c  Sun Nov 18 01:52:56 2001
***************
*** 722,728 ****
    return marker;
  }
  
! /* This is called during garbage collection,
     so we must be careful to ignore and preserve mark bits,
     including those in chain fields of markers.  */
  
--- 722,731 ----
    return marker;
  }
  
! /* Remove MARKER from the chain of whatever buffer it is in.
!    Leave it "in no buffer".
! 
!    This is called during garbage collection,
     so we must be careful to ignore and preserve mark bits,
     including those in chain fields of markers.  */
  



reply via email to

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