Skip to content

Commit

Permalink
use "clear_new" for vars from other packages
Browse files Browse the repository at this point in the history
this broke loading order with babel

closes #312
  • Loading branch information
wspr committed Nov 6, 2017
1 parent 512e2ed commit 3ffed8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fontspec-vars.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
% \end{macrocode}
%
% \begin{macrocode}
\tl_new:N \UTFencname
\tl_new:N \cyrillicencoding
\tl_new:N \latinencoding
\tl_clear_new:N \UTFencname
\tl_clear_new:N \cyrillicencoding
\tl_clear_new:N \latinencoding
% \end{macrocode}
%
% \begin{macrocode}
Expand Down

0 comments on commit 3ffed8d

Please sign in to comment.