diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-31 01:51:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-31 01:51:59 +0000 |
commit | ecf2853da0078b20a64ba6b41a9b195213911f5b (patch) | |
tree | 3b5ba6cfa6f7f8649449b35caa60be1e3a247a13 /Master/texmf-dist/tex/latex/clefval | |
parent | c179c2aaa1f37060314a4988af266f740f4bbccb (diff) |
use ^^ notation to appease luatex/xetex; elie roux mail 28 Dec 2009 11:52:29
git-svn-id: svn://tug.org/texlive/trunk@16549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/clefval')
-rw-r--r-- | Master/texmf-dist/tex/latex/clefval/clefval.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/clefval/clefval.sty b/Master/texmf-dist/tex/latex/clefval/clefval.sty index 1af423d483a..570320e6c52 100644 --- a/Master/texmf-dist/tex/latex/clefval/clefval.sty +++ b/Master/texmf-dist/tex/latex/clefval/clefval.sty @@ -31,7 +31,7 @@ \newcommand*{\@setTheValue}[2]{% \ifx#1\relax \protect\G@refundefinedtrue - \nfss@text{\reset@font\bfseries ????}% + \nfss@text{\reset@font\bfseries^^a0????}% \@latex@warning{Value of `#2' on page \thepage\space undefined}% \else #1\null \fi} \newcommand*{\TheValue}[1]{\expandafter\@setTheValue\csname |