summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 2ad420f657c..75fc38c6605 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -1108,7 +1108,8 @@ sub _parse_hyphen_execute {
}
my @foo = &$coderef ($r{"name"}, $r{"lefthyphenmin"},
$r{"righthyphenmin"}, $r{"file"}, $r{"synonyms"},
- $r{"txtpatt"}, $r{"txthyph"}, $r{"luaspecial"});
+ $r{"file_patterns"}, $r{"file_exceptions"},
+ $r{"luaspecial"});
push @langlines, @foo;
}
}