diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/babel/plain.def')
-rw-r--r-- | Master/texmf-dist/tex/generic/babel/plain.def | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/babel/plain.def b/Master/texmf-dist/tex/generic/babel/plain.def index 3438b5d6785..506cf37dd58 100644 --- a/Master/texmf-dist/tex/generic/babel/plain.def +++ b/Master/texmf-dist/tex/generic/babel/plain.def @@ -156,9 +156,11 @@ \noexpand#1% \fi \noexpand\protect - \expandafter\noexpand\csname\bbl@stripslash#1 \endcsname + \expandafter\noexpand\csname + \expandafter\@gobble\string#1 \endcsname }% - \expandafter\new@command\csname\bbl@stripslash#1 \endcsname + \expandafter\new@command\csname + \expandafter\@gobble\string#1 \endcsname } \def\x@protect#1{% \ifx\protect\@typeset@protect\else |