summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xkeyval
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-13 22:14:28 +0000
committerKarl Berry <karl@freefriends.org>2014-05-13 22:14:28 +0000
commitbe38c2422e48f73f3418e80d8675fa58f60c6b7f (patch)
tree271c27605c8ae337b097179a35ae39f01a952723 /Master/texmf-dist/tex/generic/xkeyval
parent64e8cd35199c3cfdc156487e9cc4b41c3fa86e21 (diff)
xkeyval (10may14)
git-svn-id: svn://tug.org/texlive/trunk@34020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xkeyval')
-rw-r--r--Master/texmf-dist/tex/generic/xkeyval/keyval.tex4
-rw-r--r--Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex8
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/xkeyval/keyval.tex b/Master/texmf-dist/tex/generic/xkeyval/keyval.tex
index 20b64a84a47..845262148f9 100644
--- a/Master/texmf-dist/tex/generic/xkeyval/keyval.tex
+++ b/Master/texmf-dist/tex/generic/xkeyval/keyval.tex
@@ -45,10 +45,10 @@
\else
\expandafter\KV@@sp@b\expandafter#1%
\fi}%
-\long\def\KV@@sp@b#1##1 \@nil{\KV@@sp@c\@empty##1}%
+\long\def\KV@@sp@b#1##1 \@nil{\KV@@sp@c##1}%
}
\XKV@tempa{ }
-\long\def\KV@@sp@c#1\@nil#2\relax#3{\XKV@toks\expandafter{#1}\edef#3{\the\XKV@toks}}
+\long\def\KV@@sp@c#1\@nil#2\relax#3{\XKV@toks{#1}\edef#3{\the\XKV@toks}}
\long\def\KV@do#1,{%
\ifx\relax#1\@empty\else
\KV@split#1==\relax
diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex b/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex
index 838aa208869..9b956a077ef 100644
--- a/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex
+++ b/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex
@@ -58,10 +58,10 @@
\newif\ifXKV@preset
\let\XKV@rm\@empty
\ifx\ProvidesFile\@undefined
- \message{2014/04/27 v2.6c key=value parser (HA)}
+ \message{2014/05/09 v2.6d key=value parser (HA)}
\input xkvtxhdr
\else
- \ProvidesFile{xkeyval.tex}[2014/04/27 v2.6c key=value parser (HA)]
+ \ProvidesFile{xkeyval.tex}[2014/05/09 v2.6d key=value parser (HA)]
\@addtofilelist{xkeyval.tex}
\fi
\long\def\@firstoftwo#1#2{#1}
@@ -783,10 +783,10 @@
\long\def\XKV@replacepointers#1{%
\let\XKV@tempa\@empty
\let\XKV@resa\@empty
- \XKV@r@placepointers\@empty#1\usevalue\@nil
+ \XKV@r@placepointers#1\usevalue\@nil
}
\long\def\XKV@r@placepointers#1\usevalue#2{%
- \expandafter\XKV@addtomacro@n\expandafter\XKV@tempa\expandafter{#1}%
+ \XKV@addtomacro@n\XKV@tempa{#1}%
\def\XKV@tempb{#2}%
\ifx\XKV@tempb\@nnil\else\XKV@afterfi
\XKV@ifundefined{XKV@\XKV@header#2@value}{%