diff options
Diffstat (limited to 'macros/latex/contrib/etoolbox/etoolbox.sty')
-rw-r--r-- | macros/latex/contrib/etoolbox/etoolbox.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/latex/contrib/etoolbox/etoolbox.sty b/macros/latex/contrib/etoolbox/etoolbox.sty index 189653133f..7d6f4502ec 100644 --- a/macros/latex/contrib/etoolbox/etoolbox.sty +++ b/macros/latex/contrib/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>} |