1
Fork 0
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:
Richard M. Stallman 1995-09-08 16:59:25 +00:00
parent d473987a4c
commit 6ef5c4bdda

View file

@ -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;
}