texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: IXIN.pm: set second arg of Texinfo::Convert::Text


From: Patrice Dumas
Subject: branch master updated: IXIN.pm: set second arg of Texinfo::Convert::Text::copy_options_for_convert_text
Date: Wed, 14 Sep 2022 16:22:52 -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 403fd0e0d0 IXIN.pm: set second arg of 
Texinfo::Convert::Text::copy_options_for_convert_text
403fd0e0d0 is described below

commit 403fd0e0d0fbc09ed37296eb1a02dcb3e3961cb6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Sep 14 22:22:08 2022 +0200

    IXIN.pm: set second arg of 
Texinfo::Convert::Text::copy_options_for_convert_text
---
 tp/Texinfo/Convert/IXIN.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 8edbc6b0cc..879a03aa70 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -893,7 +893,8 @@ sub output_ixin($$)
             and @{$command->{'args'}->[4]->{'contents'}}) {
         $extension = Texinfo::Convert::Text::convert_to_text(
           {'contents' => $command->{'args'}->[4]->{'contents'}},
-          {'code' => 1, 
Texinfo::Convert::Text::copy_options_for_convert_text($self)});
+          {'code' => 1,
+           Texinfo::Convert::Text::copy_options_for_convert_text($self, 1)});
         $extension =~ s/^\.//;
         @extension = ($extension);
       }



reply via email to

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