diff options
Diffstat (limited to 'tex/context/base/core-fil.tex')
-rw-r--r-- | tex/context/base/core-fil.tex | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tex/context/base/core-fil.tex b/tex/context/base/core-fil.tex index c84534ea6..eda055a96 100644 --- a/tex/context/base/core-fil.tex +++ b/tex/context/base/core-fil.tex @@ -173,26 +173,6 @@ \newconditional\moduleisloaded -% \def\dododousemodules#1#2% no \unprotect/\protect when loading, -% {\relax % since we need to use ? ! unprotected -% \ifconditional\moduleisloaded % sometimes (see xtag-map) -% \let\next\relax % or: \expandafter\gobbleoneargument -% \else -% \makeshortfilename[#1\truefilename{#2}]% beware: *- is not part of syn -% \doifelseflagged\shortfilename -% {\showmessage\m!systems7{#2 (line \number\inputlineno)}% -% \settrue\moduleisloaded -% \let\next\relax} -% {\doglobal\setflag\shortfilename -% \def\next -% {\startreadingfile -% \readsysfile\shortfilename -% {\showmessage\m!systems5{#2}\settrue\moduleisloaded} -% \donothing -% \stopreadingfile}}% -% \fi -% \next} - \def\dododousemodules#1#2% no \unprotect/\protect when loading, {\relax % since we need to use ? ! unprotected \ifconditional\moduleisloaded % sometimes (see xtag-map) |