From: Chris Allegretta Date: Fri, 28 Jul 2000 14:09:29 +0000 (+0000) Subject: Sigh, cancel that X-Git-Tag: v0.9.15~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d63d11be58fd79a4bc3b84b6e151ea53bcc98c1a;p=nano.git Sigh, cancel that git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@145 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index cb430956..28512422 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 bff4a897..f7790d0e 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 051b75c6..ebd44d6c 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 \n" "Language-Team: LANGUAGE \n"