diff --git a/src/text.c b/src/text.c
index b68c3202cf4b82b1c438a0ed7a07ed949dfa4e47..a3ba0711bc756244cd050fc383e9562a247b3d83 100644
--- a/src/text.c
+++ b/src/text.c
@@ -988,7 +988,7 @@ filestruct *backup_lines(filestruct *first_line, size_t par_len)
     /* Move the paragraph from the current buffer's filestruct to the
      * justify buffer. */
     move_to_filestruct(&jusbuffer, &jusbottom, top, 0, bot,
-	(bot == openfile->filebot) ? strlen(bot->data) : 0);
+	(i == 1 && bot == openfile->filebot) ? strlen(bot->data) : 0);
 
     /* Copy the paragraph back to the current buffer's filestruct from
      * the justify buffer. */