mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 01:20:37 -08:00
(Fmake_marker): Initialize insertion_type to 0.
This commit is contained in:
parent
d473987a4c
commit
6ef5c4bdda
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue