summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm b/macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm
index 3e1b72bc8a..b2dbdc0943 100644
--- a/macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm
+++ b/macros/texinfo/texinfo/tp/Texinfo/Convert/Utils.pm
@@ -56,7 +56,7 @@ add_heading_number
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-$VERSION = '7.0';
+$VERSION = '7.0.1';
our @MONTH_NAMES =
@@ -256,6 +256,7 @@ sub expand_verbatiminclude($$$)
}
$verbatiminclude = { 'cmdname' => 'verbatim',
'parent' => $current->{'parent'},
+ 'contents' => [],
'extra' =>
{'text_arg' => $current->{'extra'}->{'text_arg'}} };
while (<VERBINCLUDE>) {