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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/marker.c
Date: Sun, 18 Nov 2001 01:52:56 -0500

Index: emacs/src/marker.c
diff -u 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,7 +722,10 @@
   return marker;
 }
 
-/* This is called during garbage collection,
+/* 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]