file. Changes to cut_line(), cut_to_eol(), do_page_up(),
do_page_down(), do_para_end(), do_next_word(), do_prev_word(),
do_up(), do_down(), do_scroll_down(), do_right(), do_mouse(),
- do_gotolinecolumn(), do_delete(), begpar(), and
- find_paragraph(). (DLR)
+ do_gotolinecolumn(), do_delete(), begpar(), find_paragraph(),
+ and do_justify(). (DLR)
- Add new -L/--nonewlines command line option, and new
"nonewlines" rcfile option, to control whether nano adds
magiclines to the ends of files. Changes to read_file(),
* something). */
last_par_line = openfile->current;
if (first_par_line != NULL) {
- if (first_par_line->prev == NULL)
+ if (first_par_line == openfile->fileage)
openfile->fileage = first_par_line;
renumber(first_par_line);
}