texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/IXIN.pm: do not call set_glo


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/IXIN.pm: do not call set_global_document_commands().
Date: Mon, 06 Sep 2021 11:12:50 -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 49b8548  * tp/Texinfo/Convert/IXIN.pm: do not call 
set_global_document_commands().
49b8548 is described below

commit 49b8548227d78e471da33df59497f0cd3521ba50
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Sep 6 17:12:42 2021 +0200

    * tp/Texinfo/Convert/IXIN.pm: do not call
    set_global_document_commands().
---
 ChangeLog                  | 5 +++++
 tp/Texinfo/Convert/IXIN.pm | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b03b42f..695c981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2021-09-06  Patrice Dumas  <pertusus@free.fr>
 
+       * tp/Texinfo/Convert/IXIN.pm: do not call
+       set_global_document_commands().
+
+2021-09-06  Patrice Dumas  <pertusus@free.fr>
+
        * tp/Texinfo/Convert/Converter.pm (output, output_no_split): remove
        calls to set_global_document_commands(), it is better if converters
        set the global commands on a case per case basis.
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 38d4e9d..25ce675 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -283,7 +283,6 @@ sub output_ixin($$)
     }
   }
 
-  $self->set_global_document_commands(-1);
   # we ignore everything before the first node
   $self->_set_ignored_type('text_root');
 



reply via email to

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