summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-syn.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-syn.lmt')
-rw-r--r--tex/context/base/mkxl/node-syn.lmt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/node-syn.lmt b/tex/context/base/mkxl/node-syn.lmt
index 79ffced25..1842da5c4 100644
--- a/tex/context/base/mkxl/node-syn.lmt
+++ b/tex/context/base/mkxl/node-syn.lmt
@@ -877,17 +877,23 @@ end
implement {
name = "synctexblockfilename",
arguments = "string",
+ protected = true,
+ public = true,
actions = synctex.blockfilename,
}
implement {
name = "synctexsetfilename",
arguments = "string",
+ protected = true,
+ public = true,
actions = synctex.setfilename,
}
implement {
name = "synctexresetfilename",
+ protected = true,
+ public = true,
actions = synctex.resetfilename,
}