texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sun, 21 Jan 2024 15:46:20 -0500 (EST)

branch: master
commit 514eba9522f4197ce3bade1342890f3e8d88f20f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 21 21:29:26 2024 +0100

    * tp/Texinfo/Convert/Converter.pm (%common_converters_defaults):
    remove document_descriptor, which should not be passed from perl, but
    added in XS only.
---
 ChangeLog                       | 6 ++++++
 tp/Texinfo/Convert/Converter.pm | 3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5656c0836c..e951bc0dfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-21  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/Converter.pm (%common_converters_defaults):
+       remove document_descriptor, which should not be passed from perl, but
+       added in XS only.
+
 2024-01-21  Patrice Dumas  <pertusus@free.fr>
 
        Do not remove .inf or .info from manual name for HTML cross references
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index b7625d0725..3c2a73dca7 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -158,9 +158,6 @@ my %common_converters_defaults = (
   # Not set in the main program
   'translated_commands'  => {'error' => 'error@arrow{}',},
 
-  # used in tests to have XS data passed to converter
-  'document_descriptor' => undef,
-
 # This is the default, mainly for tests; the caller should set them.  These
 # values are what is used in tests of the Converters.  These variables are
 # customization options, set in the main program when a converter is



reply via email to

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