diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-03-01 13:13:31 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-03-01 13:13:31 +0000 |
commit | 31a49a2d659a8db943cf217ddc57d958237c56ba (patch) | |
tree | c184a30b2fc2f3b835d20c14343ab54c7908f9ee | |
parent | 3d0e60f45c88626adaa02b258a720f68f37d8c94 (diff) |
eptex: fix \savinghyphcodes
git-svn-id: svn://tug.org/texlive/trunk@50185 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex.ech | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index a88c403b096..86c455ead73 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,8 @@ +2019-03-01 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * eptex.ech: Fix \show\savinghyphcodes. (Bug introduced in + 2018-09-01). + 2019-01-31 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * pdfutils.ch: Improve \pdfsavepos when papersize special diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech index 2bf76aff627..96a2d25da24 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.ech +++ b/Build/source/texk/web2c/eptexdir/eptex.ech @@ -511,6 +511,7 @@ primitive("readpapersizespecial",assign_int,int_base+read_papersize_special_code @x saving_hyph_codes_code:print_esc("savinghyphcodes"); @y +saving_hyph_codes_code:print_esc("savinghyphcodes"); read_papersize_special_code:print_esc("readpapersizespecial"); @z @x e-pTeX: font_char_{wd,ht,dp,ic}_code l.27306 |