summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/scrn-ref.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/scrn-ref.lmt')
-rw-r--r--tex/context/base/mkxl/scrn-ref.lmt27
1 files changed, 23 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/scrn-ref.lmt b/tex/context/base/mkxl/scrn-ref.lmt
index be298e2d1..43c3a0276 100644
--- a/tex/context/base/mkxl/scrn-ref.lmt
+++ b/tex/context/base/mkxl/scrn-ref.lmt
@@ -51,7 +51,26 @@ function references.setclosepageaction(close)
end
end
-implement { name = "setopendocumentaction", arguments = "string", actions = references.setopendocumentaction }
-implement { name = "setclosedocumentaction", arguments = "string", actions = references.setclosedocumentaction }
-implement { name = "setopenpageaction", arguments = "string", actions = references.setopenpageaction }
-implement { name = "setclosepageaction", arguments = "string", actions = references.setclosepageaction }
+implement {
+ name = "setopendocumentaction",
+ arguments = "string",
+ actions = references.setopendocumentaction
+}
+
+implement {
+ name = "setclosedocumentaction",
+ arguments = "string",
+ actions = references.setclosedocumentaction
+}
+
+implement {
+ name = "setopenpageaction",
+ arguments = "string",
+ actions = references.setopenpageaction
+}
+
+implement {
+ name = "setclosepageaction",
+ arguments = "string",
+ actions = references.setclosepageaction
+}