From: Stefan Monnier Date: Mon, 11 Feb 2008 17:54:46 +0000 (+0000) Subject: (mark_buffer): Comment fix to clarify the status of Lisp fields. X-Git-Tag: emacs-pretest-23.0.90~7997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ce376f9dee9e184c4baf06908f05b45d4075a9f;p=emacs.git (mark_buffer): Comment fix to clarify the status of Lisp fields. --- diff --git a/src/alloc.c b/src/alloc.c index c1ebd0cf2a3..68fc5d9d2a7 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -5735,6 +5735,8 @@ mark_buffer (buf) 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++)