diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-22 22:17:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-22 22:17:04 +0000 |
commit | 225a794024fefdf5231c3931ebe747a1cd302fc8 (patch) | |
tree | 4266dac8ed00ce8813201b14ea13d54a941d58cc /Master/texmf-dist/tex/latex | |
parent | 332552ce5a2257eae3121acd58552d76e398003a (diff) |
etoolbox (23sep19)
git-svn-id: svn://tug.org/texlive/trunk@52153 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index 59ebf9e1f49..641fe191ea6 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def @@ -1,5 +1,5 @@ \ProvidesFile{etoolbox.def} - [2019/09/09 v2.5g etoolbox debug messages (JAW)] + [2019/09/21 v2.5h etoolbox debug messages (JAW)] \begingroup \makeatletter diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty index 189653133f1..7d6f4502ec9 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{etoolbox} - [2019/09/09 v2.5g e-TeX tools for LaTeX (JAW)] + [2019/09/21 v2.5h e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -888,6 +888,7 @@ % {<cstoken>} \newrobustcmd{\undef}[1]{\let#1\etb@undefined} +\newrobustcmd{\gundef}[1]{\global\let#1\etb@undefined} % {<csname>} |