[latex3-commits] [git/latex3] master: Stop using deprecated command in l3precom (c291014)
Bruno Le Floch
bruno at le-floch.fr
Tue Nov 28 20:21:17 CET 2017
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/c291014c8c22a51706871df55267198c119538ce
>---------------------------------------------------------------
commit c291014c8c22a51706871df55267198c119538ce
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Tue Nov 28 14:21:17 2017 -0500
Stop using deprecated command in l3precom
>---------------------------------------------------------------
c291014c8c22a51706871df55267198c119538ce
l3trial/l3ldb/l3precom.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3trial/l3ldb/l3precom.dtx b/l3trial/l3ldb/l3precom.dtx
index a113c6c..6bc165a 100644
--- a/l3trial/l3ldb/l3precom.dtx
+++ b/l3trial/l3ldb/l3precom.dtx
@@ -110,7 +110,7 @@
% This \meta{tl} is used to store the name of the file.
% \begin{macrocode}
\tl_new:N \g_cs_dump_name_tl
-\tl_set:Nn \g_cs_dump_name_tl { \c_job_name_tl -default.dmp }
+\tl_set:Nn \g_cs_dump_name_tl { \c_sys_jobname_str -default.dmp }
% \end{macrocode}
% \end{variable}
%
More information about the latex3-commits
mailing list