# HG changeset patch # User Richard M. Stallman # Date 1006066376 0 # Node ID 23d7de34a59638eb73dbf68698ee1ecceb2df38a # Parent 960674f88b4e3dc627b1114df1e9067c56d6c48d Comment change. diff -r 960674f88b4e -r 23d7de34a596 src/marker.c --- a/src/marker.c Sun Nov 18 06:51:53 2001 +0000 +++ b/src/marker.c Sun Nov 18 06:52:56 2001 +0000 @@ -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. */