summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx b/Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx
index e210ee1a9f1..aaba25c293d 100644
--- a/Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx
+++ b/Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx
@@ -449,7 +449,7 @@
{
%<debug>\typeout{Script~tag~found:~####1}
\tl_set:Nn \l_@@_script_name_tl {#1}
- \tl_set:Nn \l_fontspec_script_tl {####1}
+ \tl_set:Nn \l_@@_script_tl {####1}
\int_set:Nn \l_@@_script_int {\l_@@_strnum_int}
\bool_set_true:N \l_@@_scriptlang_exist_bool
\tl_gset:Nx \g_@@_single_feat_tl { script=####1 }
@@ -497,11 +497,11 @@
\bool_set_false:N \l_@@_scriptlang_exist_bool
\clist_map_inline:nn {#2}
{
- \exp_args:No \@@_check_lang:NnTF \l_@@_fontface_cs_tl {#2}
+ \exp_args:No \@@_check_lang:NnTF \l_@@_fontface_cs_tl {####1}
{
- \tl_set:Nn \l_fontspec_lang_tl {#2}
+ \tl_set:Nn \l_@@_lang_tl {####1}
\int_set:Nn \l_@@_language_int {\l_@@_strnum_int}
- \tl_gset:Nx \g_@@_single_feat_tl { language=#2 }
+ \tl_gset:Nx \g_@@_single_feat_tl { language=####1 }
\bool_set_true:N \l_@@_scriptlang_exist_bool
\clist_map_break:
}
@@ -524,7 +524,7 @@
% \begin{macrocode}
\@@_keys_define_code:nnn {fontspec-opentype} { Language / Default }
{
- \tl_set:Nn \l_fontspec_lang_tl {DFLT}
+ \tl_set:Nn \l_@@_lang_tl {DFLT}
\int_zero:N \l_@@_language_int
\tl_gset:Nn \g_@@_single_feat_tl { language=DFLT }
}