Mercurial > hg > xemacs-beta
diff src/extents.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/src/extents.c Mon Aug 13 09:13:58 2007 +0200 +++ b/src/extents.c Mon Aug 13 09:15:11 2007 +0200 @@ -4413,6 +4413,7 @@ if (CONSP (closure->iro) && !NILP (Fmemq (prop, closure->iro))) return 0; +#if 0 /* Nobody seems to care for this any more -sb */ /* Allow deletion if the extent is completely contained in the region being deleted. This is important for supporting tokens which are internally @@ -4424,6 +4425,7 @@ extent_start (extent) >= closure->start && extent_end (extent) <= closure->end) return 0; +#endif while (1) Fsignal (Qbuffer_read_only, (list1 (closure->object)));