diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-16 20:36:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-16 20:36:36 +0000 |
commit | 10b890688b4c4cf33d2644957238c4e437fa8e7f (patch) | |
tree | 3cb9455e807ecdd7413bf88f501158fbe6929068 /Master/texmf-dist/tex/latex/regexpatch | |
parent | 7e645bc833a21c442923fb45747b124201686005 (diff) |
regexpatch (16may16)
git-svn-id: svn://tug.org/texlive/trunk@41204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/regexpatch')
-rw-r--r-- | Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty b/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty index 223eaf3fb5b..4ba764f3b43 100644 --- a/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty +++ b/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty @@ -9,7 +9,7 @@ %% Do not distribute this file without also distributing the %% source files specified above. %% -%% File: regexpatch.dtx (C) Copyright 2012-2013 Enrico Gregorio +%% File: regexpatch.dtx (C) Copyright 2012-2016 Enrico Gregorio %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -24,7 +24,7 @@ %% The released version of this bundle is available from CTAN. %% \RequirePackage{expl3} -\GetIdInfo$Id: regexpatch.dtx 0.2a 2015-05-20 12:00:00Z Enrico $ +\GetIdInfo$Id: regexpatch.dtx 0.2b 2016-05-15 12:00:00Z Enrico $ {Extending etoolbox patching commands} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -295,7 +295,7 @@ } \cs_new:Npn \xpatch_message_cstype:N #1 { - \str_case:onn { \l_xpatch_type_tl } + \str_case:onF { \l_xpatch_type_tl } { { DRCw } { \xpatch_message:n |