texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5715] forward_move_node_structure


From: Gavin D. Smith
Subject: [5715] forward_move_node_structure
Date: Tue, 22 Jul 2014 09:59:20 +0000

Revision: 5715
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5715
Author:   gavin
Date:     2014-07-22 09:59:19 +0000 (Tue, 22 Jul 2014)
Log Message:
-----------
forward_move_node_structure

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/session.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-07-22 09:52:19 UTC (rev 5714)
+++ trunk/ChangeLog     2014-07-22 09:59:19 UTC (rev 5715)
@@ -1,7 +1,7 @@
 2014-07-22  Gavin Smith  <address@hidden>
 
        * info/session.c (forward_move_node_structure): Get first menu
-       entry properly.
+       entry properly.  Remove code repeating what was done in forget_node.
 
 2014-07-21  Gavin Smith  <address@hidden>
 

Modified: trunk/info/session.c
===================================================================
--- trunk/info/session.c        2014-07-22 09:52:19 UTC (rev 5714)
+++ trunk/info/session.c        2014-07-22 09:59:19 UTC (rev 5715)
@@ -1935,8 +1935,6 @@
                   for (i = 0; i < up_counter; i++)
                     forget_node (window);
 
-                  recalculate_line_starts (window);
-                  window->flags |= W_UpdateWindow;
                   info_error ("%s", _("No more nodes within this document."));
                   return 1;
                 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]