Skip to content

Commit

Permalink
define language register globaly at loading time (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Udi-Fogiel committed Nov 7, 2024
1 parent e94c9d9 commit 864f0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/polyglossia.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@
% and assign the returned number to \l@#1
\__xpg_pattern_check_if_exists:nF {#1}
{
\directlua { token.set_char('l@#1', polyglossia.newloader'#1') }
\directlua { token.set_char('l@#1', polyglossia.newloader'#1', 'global') }
}
}
Expand Down

0 comments on commit 864f0b4

Please sign in to comment.