diff options
Diffstat (limited to 'tex/context/base/java-ini.tex')
-rw-r--r-- | tex/context/base/java-ini.tex | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tex/context/base/java-ini.tex b/tex/context/base/java-ini.tex index 30f6a8394..7dc2cfe04 100644 --- a/tex/context/base/java-ini.tex +++ b/tex/context/base/java-ini.tex @@ -659,8 +659,6 @@ %D The magic 500 in the next hack prevents the input stack from %D overflowing when large scripts are sanitized. -%\beginTEX - \def\dododoPSsanitizeJScode {\ifcase\JSisTEX\ifcase\JScomment \advance\scratchcounter \plusone @@ -680,16 +678,6 @@ \aftergroup\sanitizedJScode \let\next=}} -%\endTEX -% -% Why is \aftergroup not doing what I expect? -% -% \beginETEX \aftergroup -% -% \let\dododoPSsanitizeJScode\relax -% -% \endETEX - %D The macro \type{\doPSsanitizeJScode} converts its argument %D into the macro \type{\sanitizedJScode}, thereby prefixing %D each \type{(} and \type{)} by a slash. |