texinfo-commits
[Top][All Lists]
Advanced

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

[8421] commit t


From: gavinsmith0123
Subject: [8421] commit t
Date: Sat, 27 Oct 2018 06:01:41 -0400 (EDT)

Revision: 8421
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8421
Author:   gavin
Date:     2018-10-27 06:01:41 -0400 (Sat, 27 Oct 2018)
Log Message:
-----------
commit t

Modified Paths:
--------------
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/t/results/indices/explicit_sort_key.pl

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2018-10-27 09:59:18 UTC (rev 8420)
+++ trunk/tp/Texinfo/Parser.pm  2018-10-27 10:01:41 UTC (rev 8421)
@@ -4684,9 +4684,9 @@
                 and !$self->{'definfoenclose'}->{$command});
 
           if ($in_index_commands{$command}
-              and $current->{'parent'}->{'cmdname'}
-              and !$self->{'command_index'}
-                        ->{$current->{'parent'}->{'cmdname'}}) {
+              and (!$current->{'parent'}->{'cmdname'}
+                    or !$self->{'command_index'}
+                             ->{$current->{'parent'}->{'cmdname'}})) {
             $self->line_warn(
               sprintf(__("address@hidden should only appear in an index 
entry"),
                       $command), $line_nr);

Modified: trunk/tp/t/results/indices/explicit_sort_key.pl
===================================================================
(Binary files differ)




reply via email to

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