diff 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
line wrap: on
line diff
--- a/src/extents.c	Tue May 14 10:57:38 2002 +0000
+++ b/src/extents.c	Tue May 14 13:04:00 2002 +0000
@@ -1668,7 +1668,7 @@
 	     hell better ensure that there aren't. */
 	  LIST_LOOP_2 (child, XWEAK_LIST_LIST (children))
 	    signal_extent_changed (XEXTENT (child), property, old_start,
-				   old_end, descendants_too);
+	                           old_end, descendants_too);
 	}
     }