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, 19 May 2024 16:23:16 -0400 (EDT)

branch: master
commit d693931dec17eb7edce888e003ba872967f7b4a5
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun May 19 21:32:17 2024 +0200

    * tp/Texinfo/XS/main/translations.c (replace_convert_substrings):
    do not call reset_parser_except_conf, it is already called in
    parse_string.
---
 ChangeLog                         | 6 ++++++
 tp/Texinfo/XS/main/translations.c | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 508bd6c8e0..5163a1603f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-19  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/translations.c (replace_convert_substrings):
+       do not call reset_parser_except_conf, it is already called in
+       parse_string.
+
 2024-05-19  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser): check on keys
diff --git a/tp/Texinfo/XS/main/translations.c 
b/tp/Texinfo/XS/main/translations.c
index c082de04d6..8a8489462f 100644
--- a/tp/Texinfo/XS/main/translations.c
+++ b/tp/Texinfo/XS/main/translations.c
@@ -471,7 +471,6 @@ replace_convert_substrings (char *translated_string,
     parser_debug_level = debug_level - 1;
 
   previous_debug_level = parser_set_debug (parser_debug_level);
-  reset_parser_except_conf ();
 
   /*
    accept @txiinternalvalue as a valid Texinfo command, used to mark



reply via email to

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