Mercurial > emacs
diff src/buffer.c @ 13110:206ed64fe032
(Fmake_overlay): Set end-marker's insertion_type to 1.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 03 Oct 1995 18:43:12 +0000 |
| parents | 404ae27d5148 |
| children | c521a85eaafd |
line wrap: on
line diff
--- a/src/buffer.c Tue Oct 03 15:11:56 1995 +0000 +++ b/src/buffer.c Tue Oct 03 18:43:12 1995 +0000 @@ -2500,6 +2500,8 @@ beg = Fset_marker (Fmake_marker (), beg, buffer); end = Fset_marker (Fmake_marker (), end, buffer); + XMARKER (end)->insertion_type = 1; + overlay = allocate_misc (); XMISCTYPE (overlay) = Lisp_Misc_Overlay; XOVERLAY (overlay)->start = beg;
