diff options
author | Hans Hagen <pragma@wxs.nl> | 2005-07-21 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2005-07-21 00:00:00 +0200 |
commit | 695613d847705c7c7f4f308722e8c2a67099d944 (patch) | |
tree | e7753787711b71d0a364a8f388fe9d79d14b78d3 /tex/context/base/core-sys.tex | |
parent | e1e7a447633cde21cb8ef83878a8a2aac841d1ec (diff) | |
download | context-695613d847705c7c7f4f308722e8c2a67099d944.tar.gz |
stable 2005.07.21
Diffstat (limited to 'tex/context/base/core-sys.tex')
-rw-r--r-- | tex/context/base/core-sys.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/core-sys.tex b/tex/context/base/core-sys.tex index e45f45e7b..b90f2305b 100644 --- a/tex/context/base/core-sys.tex +++ b/tex/context/base/core-sys.tex @@ -240,7 +240,7 @@ %D Since this feature is used in XML processing, it made sense %D to support this faster alternative. It's installable as well. -\def\installexpander#1{\setvalue{\s!do\c!expansion#1}} +\def\installexpander#1#2{\setvalue{\s!do\c!expansion#1}{#2}} % \long\def\convertexpanded#1#2#3% hm, first we need to make sure % {\csname % that we assign all exp a value @@ -272,7 +272,7 @@ \installexpander\v!no {\convertargument} \installexpander\v!yes {\convertmeaning } \installexpander\v!yes {\convertmeaning } % something lost ? -\installexpander\v!strict {\reduceargument} +\installexpander\v!strict {\reduceargument } \def\convertmeaning#1\to % watch the double expansion ! {\bgroup |