Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9ce376f9
Commit
9ce376f9
authored
Feb 11, 2008
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mark_buffer): Comment fix to clarify the status of Lisp fields.
parent
ccaf15bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/alloc.c
src/alloc.c
+2
-0
No files found.
src/alloc.c
View file @
9ce376f9
...
...
@@ -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
++
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment