aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index f372847ba55..791d5168a7a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -953,6 +953,7 @@ DEFUN ("make-marker", Fmake_marker, Smake_marker, 0, 0, 0,
953 p->buffer = 0; 953 p->buffer = 0;
954 p->bufpos = 0; 954 p->bufpos = 0;
955 p->chain = Qnil; 955 p->chain = Qnil;
956 p->insertion_type = 0;
956 return val; 957 return val;
957} 958}
958 959