diff --git a/ChangeLog b/ChangeLog index cb4309567502b6784ffd5c14d907c5b6ca61fabb..2851242272781c2f897024a2debfecda2410a887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,8 +16,7 @@ CVS code Hopefully this will not cause any recursive lockups. - move.c: page_down() - - do an edit_update() at last case if we're not at the first - screen... + - do an edit_update() at last case. nano-0.9.14 - 07/27/2000 - nano.h: diff --git a/move.c b/move.c index bff4a897c9add4b43f39c72b42d211c74379556c..f7790d0e5449a9f03c875d99ff2c822ddccf4fb5 100644 --- a/move.c +++ b/move.c @@ -63,8 +63,7 @@ int page_down(void) current = current->next; current_y++; - if (edittop != fileage) - edit_update(current); + edit_update(current); } update_cursor(); diff --git a/po/nano.pot b/po/nano.pot index 051b75c690b029f7c53f3c3c1af4ea4a62ac67b2..ebd44d6c2e15f2f68e6a59ecd8259ea141fbff57 100644 --- a/po/nano.pot +++ b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-07-28 10:12-0400\n" +"POT-Creation-Date: 2000-07-28 10:15-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"