Mercurial > emacs
changeset 91780:d097bc79fdfb
(mark_buffer): Comment fix to clarify the status of Lisp fields.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 11 Feb 2008 17:54:46 +0000 |
parents | b4aeed11a1d7 |
children | a6047ef14f4c |
files | src/alloc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Mon Feb 11 17:54:15 2008 +0000 +++ b/src/alloc.c Mon Feb 11 17:54:46 2008 +0000 @@ -5735,6 +5735,8 @@ mark_object (tmp); } + /* buffer-local Lisp variables start at `undo_list', + tho only the ones from `name' on are GC'd normally. */ for (ptr = &buffer->name; (char *)ptr < (char *)buffer + sizeof (struct buffer); ptr++)