texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/ParserNonXS.pm: remove a part of a c


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/ParserNonXS.pm: remove a part of a condition that is always true.
Date: Wed, 01 Sep 2021 18:55:22 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 530d86f  * tp/Texinfo/ParserNonXS.pm: remove a part of a condition 
that is always true.
530d86f is described below

commit 530d86f90ed5962d4521a16b536c9bf7d2777686
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Sep 2 00:54:23 2021 +0200

    * tp/Texinfo/ParserNonXS.pm: remove a part of a condition that
    is always true.
---
 tp/Texinfo/ParserNonXS.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 6426a3f..6731f68 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -1130,7 +1130,7 @@ sub _register_global_command {
 
   my $command = $current->{'cmdname'};
 
-  if ($command eq 'summarycontents' and 
!$self->{'global_commands'}->{$command}) {
+  if ($command eq 'summarycontents') {
     $command = 'shortcontents';
   }
   if ($self->{'global_commands'}->{$command}) {



reply via email to

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