summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-12 22:04:13 +0000
committerKarl Berry <karl@freefriends.org>2019-02-12 22:04:13 +0000
commita737da09d5024f98cc47c98db5805e1132a55f37 (patch)
treeab5404964bc7bd53e65237b3254d419a593c8036 /Master/texmf-dist/source/latex/fontspec/fontspec-code-feat-opentype.dtx
parent73c46da967e396166213cc768463e9414bb69694 (diff)
fontspec (12feb19)
git-svn-id: svn://tug.org/texlive/trunk@50011 c570f23f-e606-0410-a88d-b1316a301751
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 }
}