texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Tue, 12 Dec 2023 06:29:58 -0500 (EST)

branch: master
commit a3268767dd0b1ff183ae3adb71e7566a3983394a
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Dec 10 23:43:15 2023 +0100

    * tp/Texinfo/ParserNonXS.pm (_parse_texi): rename global
    information info key as global_info in document registering.
---
 ChangeLog                 | 5 +++++
 tp/Texinfo/ParserNonXS.pm | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4c7bd9d1c2..79c1fdaa3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-12-10  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/ParserNonXS.pm (_parse_texi): rename global
+       information info key as global_info in document registering.
+
 2023-12-10  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (_prepare_converted_output_info)
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index d7a37f72fa..342dfd02ae 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -7475,7 +7475,7 @@ sub _parse_texi($$$)
   Texinfo::Translations::complete_indices($self, $self->{'index_names'});
 
   my $document = Texinfo::Document::register($root,
-     $self->{'info'}, $self->{'index_names'}, $self->{'floats'},
+     $self->{'global_info'}, $self->{'index_names'}, $self->{'floats'},
      $self->{'internal_references'}, $self->{'commands_info'},
      $self->{'identifiers_target'}, $self->{'labels_list'});
 



reply via email to

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