[latex3-commits] [latex3/latex3] main: Drop an excess \exp_args:Ne (01a05ab6f)

github at latex-project.org github at latex-project.org
Wed Mar 27 10:49:49 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/01a05ab6fcb839c13997302ab6afbdd5474c7f99

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

commit 01a05ab6fcb839c13997302ab6afbdd5474c7f99
Author: Joseph Wright <joseph at texdev.net>
Date:   Wed Mar 27 09:49:49 2024 +0000

    Drop an excess \exp_args:Ne


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

01a05ab6fcb839c13997302ab6afbdd5474c7f99
 l3kernel/l3pdf.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index 46cfa523e..ac5d3f64b 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -363,7 +363,7 @@
 % \begin{macro}{\pdf_pageobject_ref:n}
 %    \begin{macrocode}
 \cs_new:Npn \pdf_pageobject_ref:n #1
-  { \exp_args:Ne \@@_backend_pageobject_ref:n {#1} }
+  { \@@_backend_pageobject_ref:n {#1} }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.