changeset 13008:f042ef632b22

(Fmake_marker): Initialize insertion_type to 0.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Sep 1995 16:59:25 +0000
parents 8a1252eb804e
children a418156c25ea
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Fri Sep 08 16:58:39 1995 +0000
+++ b/src/alloc.c	Fri Sep 08 16:59:25 1995 +0000
@@ -953,6 +953,7 @@
   p->buffer = 0;
   p->bufpos = 0;
   p->chain = Qnil;
+  p->insertion_type = 0;
   return val;
 }