summaryrefslogtreecommitdiff
path: root/tex/context/base/buff-ini.mkii
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-02 18:40:25 +0200
committerMarius <mariausol@gmail.com>2013-01-02 18:40:25 +0200
commitc67041351da8f66abcefbfcbbeb7b750b9cf4a52 (patch)
tree7ad66d035eac95bc7e4bf8dca1cf1cd3b78b52cb /tex/context/base/buff-ini.mkii
parentf8d3835211dbbac2ed31376d655642571db52f4e (diff)
downloadcontext-c67041351da8f66abcefbfcbbeb7b750b9cf4a52.tar.gz
beta 2013.01.02 17:15
Diffstat (limited to 'tex/context/base/buff-ini.mkii')
-rw-r--r--tex/context/base/buff-ini.mkii12
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/context/base/buff-ini.mkii b/tex/context/base/buff-ini.mkii
index 40baaec93..7fdb89e45 100644
--- a/tex/context/base/buff-ini.mkii
+++ b/tex/context/base/buff-ini.mkii
@@ -126,8 +126,8 @@
\let\processnextbufferline\processnextbufferlineA
\fi}
{\letbeundefined{#4}% \letvalue{#4}=\relax % \undefined
- \@EA\defconvertedargument\@EA\beginofblock\@EA{\csname#3\endcsname}% we could use defconvertedcommand here (no \@EA)
- \@EA\defconvertedargument\@EA\endofblock \@EA{\csname#4\endcsname}% we could use defconvertedcommand here (no \@EA)
+ \expandafter\defconvertedargument\expandafter\beginofblock\expandafter{\csname#3\endcsname}% we could use defconvertedcommand here (no \expandafter)
+ \expandafter\defconvertedargument\expandafter\endofblock \expandafter{\csname#4\endcsname}% we could use defconvertedcommand here (no \expandafter)
\ifcase\buffernestmode
\let\processnextbufferline\processnextbufferlineB
\or
@@ -314,17 +314,17 @@
\ifnum\currentbufferparagraph>\zerocount
\expandafter\dostartbufferparagraph
\else
- \expandafter\gobbleoneargument
+ \expandafter\gobblebufferparagraph
\fi}
\def\filterbufferparagraph#1#2%
{\advance\currentbufferparagraph \plusone
\ifcase\currentbufferparagraph
- \@EA\gobblebufferparagraph
+ \expandafter\gobblebufferparagraph
\else
\doifinsetelse{\the\currentbufferparagraph}{#2}
- {\@EA\dostartbufferparagraph}
- {\@EA\fakebufferparagraph}%
+ {\expandafter\dostartbufferparagraph}
+ {\expandafter\fakebufferparagraph}%
\fi
{#1}}