diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-29 22:03:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-29 22:03:27 +0000 |
commit | 8292ae68fb4279ef673d6212cd6cf9b091f89d99 (patch) | |
tree | 65c8853077095d206aab0cd65b47f716b828cfe7 /Master/texmf-dist/tex/latex/base | |
parent | 29740d0452a743ccdc3345b0cf600c1a99424d8d (diff) |
latex now defines \xe@alloc@intercharclass
git-svn-id: svn://tug.org/texlive/trunk@37124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latex.ltx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latexrelease.sty | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/base/latex.ltx b/Master/texmf-dist/tex/latex/base/latex.ltx index 32bcc906d25..f218a10bf65 100644 --- a/Master/texmf-dist/tex/latex/base/latex.ltx +++ b/Master/texmf-dist/tex/latex/base/latex.ltx @@ -7909,9 +7909,10 @@ Type H <return> for immediate help.}% \fi \ifx\XeTeXcharclass\@undefined \else -\count257=\thr@@ +\countdef\xe@alloc@intercharclass=257 +\xe@alloc@intercharclass=\thr@@ \def\newXeTeXintercharclass{% - \e@alloc\XeTeXcharclass\chardef{\count257}\@cclv\@cclv} + \e@alloc\XeTeXcharclass\chardef\xe@alloc@intercharclass\@cclv\@cclv} \fi \unitlength = 1pt \fboxsep = 3pt diff --git a/Master/texmf-dist/tex/latex/base/latexrelease.sty b/Master/texmf-dist/tex/latex/base/latexrelease.sty index 2135cd54f0a..ac9eaed8b91 100644 --- a/Master/texmf-dist/tex/latex/base/latexrelease.sty +++ b/Master/texmf-dist/tex/latex/base/latexrelease.sty @@ -1684,9 +1684,10 @@ of this package available from CTAN} {\newXeTeXintercharclass}{Extended Allocation}% \ifx\XeTeXcharclass\@undefined \else -\count257=\thr@@ +\countdef\xe@alloc@intercharclass=257 +\xe@alloc@intercharclass=\thr@@ \def\newXeTeXintercharclass{% - \e@alloc\XeTeXcharclass\chardef{\count257}\@cclv\@cclv} + \e@alloc\XeTeXcharclass\chardef\xe@alloc@intercharclass\@cclv\@cclv} \fi \EndIncludeInRelease \IncludeInRelease{0000/00/00}% |