comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3087 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-11-04 16:34:51 +00:00
parent 72ad7dc602
commit b7dc8f3a12
1 changed files with 3 additions and 2 deletions

View File

@ -129,8 +129,9 @@ void do_delete(void)
wrap_reset();
#endif
/* If we deleted the line before filebot, and the resulting
* line at filebot isn't blank, add a new magicline. */
/* If text has been added to the magicline as a result of
* deleting at the end of the line before filebot, add a new
* magicline. */
if (openfile->current == openfile->filebot &&
openfile->current->data[0] != '\0')
new_magicline();