diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-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>} |