summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 16:26:15 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 16:26:15 +0000
commit6d33d6990b4571082193391d1752523e7ba59240 (patch)
treec07b7ebd93723a9b4d722c180ec481f441fb68bd /Master/tlpkg/TeXLive/TLPOBJ.pm
parented87e5502f5105599f8548e7fe9ea07fabfda1cd (diff)
Rename txthyph and txtpatt keys to make Mojca happy.
git-svn-id: svn://tug.org/texlive/trunk@18612 c570f23f-e606-0410-a88d-b1316a301751
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;
}
}