Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5c5631cf
Commit
5c5631cf
authored
Aug 29, 1997
by
Richard M. Stallman
Browse files
(free_marker): Call unchain_marker.
parent
d910f08c
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 @
5c5631cf
...
...
@@ -1044,6 +1044,8 @@ DEFUN ("make-marker", Fmake_marker, Smake_marker, 0, 0, 0,
free_marker
(
marker
)
Lisp_Object
marker
;
{
unchain_marker
(
marker
);
XMISC
(
marker
)
->
u_marker
.
type
=
Lisp_Misc_Free
;
XMISC
(
marker
)
->
u_free
.
chain
=
marker_free_list
;
marker_free_list
=
XMISC
(
marker
);
...
...
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