[latex3-commits] [git/LaTeX3-latex3-latex3] master: Make one function _aux (ce69c36)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jun 3 21:13:25 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ce69c36de4d5c4cfddf5d54032a946039a626400
>---------------------------------------------------------------
commit ce69c36de4d5c4cfddf5d54032a946039a626400
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 3 20:13:25 2019 +0100
Make one function _aux
>---------------------------------------------------------------
ce69c36de4d5c4cfddf5d54032a946039a626400
l3backend/l3backend-pdf.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 1b84cb2..a15e74e 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -901,7 +901,7 @@
%
% \begin{macro}{\@@_backend_link_begin_goto:nnw, \@@_backend_link_begin_user:nnw}
% \begin{macro}{\@@_backend_link:nw, \@@_backend_link_aux:nw}
-% \begin{macro}{\@@_backend_link_end:, \@@_backend_link_end:}
+% \begin{macro}{\@@_backend_link_end:, \@@_backend_link_end_aux:}
% \begin{macro}{\@@_backend_link_minima:}
% \begin{macro}{\@@_backend_link_outerbox:n}
% \begin{macro}{\@@_backend_link_sf_save:, \@@_backend_link_sf_restore:}
@@ -963,9 +963,9 @@
\cs_new_protected:Npn \@@_backend_link_end:
{
\bool_if:NT \g_@@_backend_link_bool
- { \@@_backend_link_end: }
+ { \@@_backend_link_end_aux: }
}
-\cs_new_protected:Npn \@@_backend_link_end:
+\cs_new_protected:Npn \@@_backend_link_end_aux:
{
\bool_if:NT \g_@@_backend_link_math_bool
{ \c_math_toggle_token }
More information about the latex3-commits
mailing list