Mercurial > emacs
diff src/marker.c @ 41235:23d7de34a596
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 18 Nov 2001 06:52:56 +0000 |
| parents | cdfd4d09b79a |
| children | ed296e71aa64 aac41b50c875 |
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. */
