Mercurial > hg > xemacs-beta
comparison src/extents.c @ 840:1e4e42de23d5
[xemacs-hg @ 2002-05-14 13:03:54 by ben]
To: xemacs-patches@xemacs.org
callproc.c: Use Fget_buffer_create() with a string buffer, as documented.
extents.c: indentation.
lstream.c: fix a bug in selective-display
handling; not the crash we're seeing.
marker.c: delete superfluous error-checking -- it's already there in
bytebpos_to_membpos() and vice-versa.
author | ben |
---|---|
date | Tue, 14 May 2002 13:04:00 +0000 |
parents | 5d09ddada9ae |
children | 84762348c6f9 |
comparison
equal
deleted
inserted
replaced
839:182d9d1c71a5 | 840:1e4e42de23d5 |
---|---|
1666 /* first process all of the extent's children. We will lose | 1666 /* first process all of the extent's children. We will lose |
1667 big-time if there are any circularities here, so we sure as | 1667 big-time if there are any circularities here, so we sure as |
1668 hell better ensure that there aren't. */ | 1668 hell better ensure that there aren't. */ |
1669 LIST_LOOP_2 (child, XWEAK_LIST_LIST (children)) | 1669 LIST_LOOP_2 (child, XWEAK_LIST_LIST (children)) |
1670 signal_extent_changed (XEXTENT (child), property, old_start, | 1670 signal_extent_changed (XEXTENT (child), property, old_start, |
1671 old_end, descendants_too); | 1671 old_end, descendants_too); |
1672 } | 1672 } |
1673 } | 1673 } |
1674 | 1674 |
1675 /* now process the extent itself. */ | 1675 /* now process the extent itself. */ |
1676 signal_single_extent_changed (extent, property, old_start, old_end); | 1676 signal_single_extent_changed (extent, property, old_start, old_end); |