Mercurial > emacs
diff src/alloc.c @ 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 | c70e45a7acfd |
| children | 4d9fc08769fa |
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++)
