Mercurial > emacs
changeset 41235:23d7de34a596
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 18 Nov 2001 06:52:56 +0000 |
parents | 960674f88b4e |
children | ded3ee1f7b91 |
files | src/marker.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. */