summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkiv/s-system-macros.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkiv/s-system-macros.mkxl')
-rw-r--r--tex/context/modules/mkiv/s-system-macros.mkxl25
1 files changed, 14 insertions, 11 deletions
diff --git a/tex/context/modules/mkiv/s-system-macros.mkxl b/tex/context/modules/mkiv/s-system-macros.mkxl
index a28a27775..91aad763a 100644
--- a/tex/context/modules/mkiv/s-system-macros.mkxl
+++ b/tex/context/modules/mkiv/s-system-macros.mkxl
@@ -110,18 +110,21 @@
local whatever = find(k,"^[a-z][a-z][a-z]+_")
local filename = files[k]
local csname = context.escape(k)
- ctx_NC() if dealtwith then context("+") elseif whatever then context("-") elseif instance then context("!")end
- ctx_NC() if primitive then ctx_bold(csname) else context(csname) end
+ ctx_NC() if dealtwith then context("+")
+ elseif whatever then context("-")
+ elseif instance then context("!") end
+ ctx_NC() if primitive then ctx_bold(csname) else
+ context(csname) end
ctx_NC() if parameters then context(parameters > 0 and parameters or "-") end
- ctx_NC() context(cscommand)
- ctx_NC() if primitive then context(primitive) end
- ctx_NC() if permanent then context(permanent) end
- ctx_NC() if frozen then context(frozen) end
- ctx_NC() if immutable then context(immutable) end
- ctx_NC() if mutable then context(mutable) end
- ctx_NC() if instance then context(instance) end
- ctx_NC() if noaligned then context(noaligned) end
- ctx_NC() if filename then context(hashnames[filename]) end
+ ctx_NC() context(cscommand)
+ ctx_NC() if primitive then context(primitive) end
+ ctx_NC() if permanent then context(permanent) end
+ ctx_NC() if frozen then context(frozen) end
+ ctx_NC() if immutable then context(immutable) end
+ ctx_NC() if mutable then context(mutable) end
+ ctx_NC() if instance then context(instance) end
+ ctx_NC() if noaligned then context(noaligned) end
+ ctx_NC() if filename then context(hashnames[filename]) end
ctx_NC() ctx_NR()
if visible then
total = total + 1