Mercurial > emacs
comparison src/alloc.c @ 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 | 3433bb446e06 |
| children | 4a4d1d8e89e5 |
comparison
equal
deleted
inserted
replaced
| 13007:8a1252eb804e | 13008:f042ef632b22 |
|---|---|
| 951 XMISCTYPE (val) = Lisp_Misc_Marker; | 951 XMISCTYPE (val) = Lisp_Misc_Marker; |
| 952 p = XMARKER (val); | 952 p = XMARKER (val); |
| 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 |
| 959 /* Allocation of strings */ | 960 /* Allocation of strings */ |
| 960 | 961 |
