[latex3-commits] [git/LaTeX3-latex3-latex3] master: Expansion behaviour (933e047)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu May 30 18:10:02 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/933e0477ce96efcef62d09e34f0ef299a3cbc9ee

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

commit 933e0477ce96efcef62d09e34f0ef299a3cbc9ee
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 30 17:10:02 2019 +0100

    Expansion behaviour


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

933e0477ce96efcef62d09e34f0ef299a3cbc9ee
 l3kernel/l3drivers-pdf.dtx |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 72e750d..6813904 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -1258,10 +1258,9 @@
 %    \begin{macrocode}
 \cs_new:Npx \driver_pdf_annotation_last:
   {
-    \exp_not:N \tex_the:D 
     \cs_if_exist:NTF \tex_pdffeedback:D
       { \exp_not:N \tex_pdffeedback:D annot ~ }
-      { \exp_not:N \tex_pdflastannot:D }
+      { \exp_not:N \tex_the:D \exp_not:N \tex_pdflastannot:D }
       \c_space_tl 0 ~ R
   }
 %    \end{macrocode}
@@ -1301,10 +1300,9 @@
 %    \begin{macrocode}
 \cs_new:Npx \driver_pdf_link_last:
   {
-    \exp_not:N \tex_the:D
     \cs_if_exist:NTF \tex_pdffeedback:D
       { \exp_not:N \tex_pdffeedback:D lastlink \scan_stop: }
-      { \exp_not:N \tex_pdflastlink:D }
+      { \exp_not:N \tex_the:D \exp_not:N \tex_pdflastlink:D }
       \c_space_tl 0 ~ R
   }
 %    \end{macrocode}
@@ -1509,10 +1507,9 @@
 %    \begin{macrocode}
 \cs_new:Npx \driver_pdf_object_last:
   {
-    \exp_not:N \tex_the:D 
     \cs_if_exist:NTF \tex_pdffeedback:D
       { \exp_not:N \tex_pdffeedback:D lastobj }
-      { \exp_not:N \tex_pdflastobj:D }
+      { \exp_not:N \tex_the:D \exp_not:N \tex_pdflastobj:D }
       \c_space_tl 0 ~ R
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list