(struct buffer): Comment fix to clarify the status of Lisp fields.
This commit is contained in:
parent
46772c240a
commit
ccaf15bd0c
1 changed files with 4 additions and 2 deletions
|
@ -562,6 +562,10 @@ struct buffer
|
|||
/* Position where the overlay lists are centered. */
|
||||
EMACS_INT overlay_center;
|
||||
|
||||
/* Everything from here down must be a Lisp_Object. */
|
||||
/* buffer-local Lisp variables start at `undo_list',
|
||||
tho only the ones from `name' on are GC'd normally. */
|
||||
|
||||
/* Changes in the buffer are recorded here for undo.
|
||||
t means don't record anything.
|
||||
This information belongs to the base buffer of an indirect buffer,
|
||||
|
@ -571,8 +575,6 @@ struct buffer
|
|||
This comes before `name' because it is marked in a special way. */
|
||||
Lisp_Object undo_list;
|
||||
|
||||
/* Everything from here down must be a Lisp_Object. */
|
||||
|
||||
/* The name of this buffer. */
|
||||
Lisp_Object name;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue