[latex3-commits] [git/LaTeX3-latex3-latex2e] apdf161: \debug_suspend: in \hook_gput_next_code:nn (f812368f)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Sep 10 15:27:30 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : apdf161
Link       : https://github.com/latex3/latex2e/commit/f812368febca660a0003e84c756fda1c1c6ff4a5

>---------------------------------------------------------------

commit f812368febca660a0003e84c756fda1c1c6ff4a5
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Sep 10 10:27:30 2020 -0300

    \debug_suspend: in \hook_gput_next_code:nn


>---------------------------------------------------------------

f812368febca660a0003e84c756fda1c1c6ff4a5
 base/lthooks.dtx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 6df78af5..2557bad1 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -3349,10 +3349,12 @@
   { \@@_normalize_hook_args:Nn \@@_gput_next_code:nn {#1} }
 \cs_new_protected:Npn \@@_gput_next_code:nn #1 #2
   {
+    \debug_suspend:
     \@@_declare:n {#1}
     \hook_if_exist:nTF {#1}
       { \@@_gput_next_do:nn {#1} {#2} }
       { \@@_try_declaring_generic_next_hook:nn {#1} {#2} }
+    \debug_resume:
   }
 \cs_new_protected:Npn \@@_gput_next_do:nn #1
   {





More information about the latex3-commits mailing list.