summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty
index 179d8ef91f5..c89139bd40d 100644
--- a/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty
@@ -15,8 +15,8 @@
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
-\let\LWR@ulemorigemph\emph
-\let\LWR@ulemorigtextbf\textbf
+\LetLtxMacro\LWR@ulemorigemph\emph
+\LetLtxMacro\LWR@ulemorigtextbf\textbf
\NewDocumentCommand{\uline}{+m}{%
\InlineClass{uline}{#1}%
}
@@ -53,8 +53,8 @@
\ifx\relax#3\relax\else % argumentative command
\def#3{#1}\MakeRobust{#3}\fi
}
-\newcommand*{\normalem}{\let\emph\LWR@ulemorigemph}
-\newcommand*{\ULforem}{\let\emph\uline}
+\newcommand*{\normalem}{\LetLtxMacro\emph\LWR@ulemorigemph}
+\newcommand*{\ULforem}{\LetLtxMacro\emph\uline}
\ULforem% default
\DeclareOption{normalem}{\normalem}
\DeclareOption{ULforem}{\ULforem}