summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/mflua/do_add_to.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/mflua/do_add_to.lua')
-rw-r--r--Master/texmf-dist/scripts/mflua/do_add_to.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/mflua/do_add_to.lua b/Master/texmf-dist/scripts/mflua/do_add_to.lua
new file mode 100644
index 00000000000..98dd9750722
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/do_add_to.lua
@@ -0,0 +1,9 @@
+function PRE_fill_envelope_rhs(rhs) return 0 end
+function POST_fill_envelope_rhs(rhs) return 0 end
+function PRE_fill_envelope_lhs(rhs) return 0 end
+function POST_fill_envelope_lhs(rhs) return 0 end
+
+function PRE_fill_spec_rhs(rhs) return 0 end
+function POST_fill_spec_rhs(rhs) return 0 end
+function PRE_fill_spec_lhs(rhs) return 0 end
+function POST_fill_spec_lhs(rhs) return 0 end \ No newline at end of file