diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/editfns.c b/src/editfns.c index c8219decb06..5c9c34dc352 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -4265,9 +4265,6 @@ ring. */) | |||
| 4265 | enough to use as the temporary storage? That would avoid an | 4265 | enough to use as the temporary storage? That would avoid an |
| 4266 | allocation... interesting. Later, don't fool with it now. */ | 4266 | allocation... interesting. Later, don't fool with it now. */ |
| 4267 | 4267 | ||
| 4268 | /* Working without memmove, for portability (sigh), so must be | ||
| 4269 | careful of overlapping subsections of the array... */ | ||
| 4270 | |||
| 4271 | if (end1 == start2) /* adjacent regions */ | 4268 | if (end1 == start2) /* adjacent regions */ |
| 4272 | { | 4269 | { |
| 4273 | modify_text (start1, end2); | 4270 | modify_text (start1, end2); |