texinfo-commits
[Top][All Lists]
Advanced

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

[8242] no misc_content


From: gavinsmith0123
Subject: [8242] no misc_content
Date: Sat, 29 Sep 2018 03:20:08 -0400 (EDT)

Revision: 8242
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8242
Author:   gavin
Date:     2018-09-29 03:20:08 -0400 (Sat, 29 Sep 2018)
Log Message:
-----------
no misc_content

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/init/chm.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-28 19:33:32 UTC (rev 8241)
+++ trunk/ChangeLog     2018-09-29 07:20:08 UTC (rev 8242)
@@ -1,3 +1,7 @@
+2018-09-29  Gavin Smith  <address@hidden>
+
+       * tp/init/chm.pm (chm_init): Do not refer to a 'misc_content' array.
+
 2018-09-28  Gavin Smith  <address@hidden>
 
        * tp/tests/nested_formats/generate_all_texi.pl: Refer to 

Modified: trunk/tp/init/chm.pm
===================================================================
--- trunk/tp/init/chm.pm        2018-09-28 19:33:32 UTC (rev 8241)
+++ trunk/tp/init/chm.pm        2018-09-29 07:20:08 UTC (rev 8242)
@@ -4,7 +4,7 @@
 #
 # chm.pm: convert to chm intermediate formats hhp, hhc, hhk and html files
 #
-#    Copyright 2004, 2006, 2009, 2011, 2012, 2013 Free Software
+#    Copyright 2004, 2006, 2009, 2011, 2012, 2013, 2018 Free Software
 #    Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -318,8 +318,7 @@
           $level--;
         }
       }
-      my $text = convert_tree($self,
-              {'contents' => $section->{'extra'}->{'misc_content'}});
+      my $text = convert_tree($self, $section->{'args'}->[0]);
       $text = $self->Texinfo::Common::numbered_heading($section, $text,
                           $self->get_conf('NUMBER_SECTIONS')); 
       my $file = $self->command_filename($section);




reply via email to

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