From: Tim Pope Date: Sat, 22 Nov 2003 05:44:24 +0000 (+0000) Subject: Fixed typo in \nonfrenchspacing X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=b3e66b221d9bed4340002ec0a701f9132fe5f2da Fixed typo in \nonfrenchspacing --- diff --git a/mlastyle.dtx b/mlastyle.dtx index 9710bc2..bdcb18f 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -920,9 +920,9 @@ Schlegl", % Only one space after colons, unless someone else has already tinkered % with its space factor. % \begin{macrocode} -\let\nonfrenchspacing\mlstyle@intnfs -\def\nonfrenchspacing{\mlastyle@intnfs - \ifnum\the\sfcode`\:=2000\sfcode`\:=1999\fi} + \let\mlastyle@intnfs\nonfrenchspacing + \def\nonfrenchspacing{\mlastyle@intnfs + \ifnum\the\sfcode`\:=2000\sfcode`\:=1999\fi} \ifnum\the\sfcode`\:=2000\sfcode`\:=1999\fi % \end{macrocode} % \end{macro}