mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(Fmake_marker): Initialize insertion_type to 0.
This commit is contained in:
parent
d473987a4c
commit
6ef5c4bdda
@ -953,6 +953,7 @@ DEFUN ("make-marker", Fmake_marker, Smake_marker, 0, 0, 0,
|
||||
p->buffer = 0;
|
||||
p->bufpos = 0;
|
||||
p->chain = Qnil;
|
||||
p->insertion_type = 0;
|
||||
return val;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user