texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo Structuring.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo Structuring.pm
Date: Mon, 25 Oct 2010 19:48:44 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        10/10/25 19:48:44

Modified files:
        tp/Texinfo     : Structuring.pm 

Log message:
        replace 'special' with 'extra'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Structuring.pm?cvsroot=texinfo&r1=1.3&r2=1.4

Patches:
Index: Structuring.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Structuring.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Structuring.pm      20 Oct 2010 21:07:26 -0000      1.3
+++ Structuring.pm      25 Oct 2010 19:48:44 -0000      1.4
@@ -70,8 +70,8 @@
            and (!defined($current->{'args'}->[0]->{'type'})
                or ($current->{'args'}->[0]->{'type'} 
                   and $types_to_enter{$current->{'args'}->[0]->{'type'}}
-                  and !($current->{'special'} 
-                        and $current->{'special'}->{'misc_args'}))
+                  and !($current->{'extra'} 
+                        and $current->{'extra'}->{'misc_args'}))
                or $current->{'type'} and $current->{'type'} eq 'menu_entry')) {
     $current = $current->{'args'}->[0];
   } elsif ($current->{'next'}) {
@@ -124,8 +124,8 @@
       }
     }
     if ($current->{'args'} and scalar(@{$current->{'args'}}) > 1
-        and !($current->{'special'} 
-              and $current->{'special'}->{'misc_args'})) {
+        and !($current->{'extra'} 
+              and $current->{'extra'}->{'misc_args'})) {
       for (my $i = 0; $i < scalar(@{$current->{'args'}}) -1; $i++) {
         $current->{'args'}->[$i]->{'next'} = $current->{'args'}->[$i+1];
       }



reply via email to

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