summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3basics.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3basics.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3basics.sty12
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3basics.sty b/Master/texmf-dist/tex/latex/expl3/l3basics.sty
index d128e2fa1f3..1c0e8c5243b 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3basics.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3basics.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3basics.dtx 2037 2010-09-20 21:22:45Z joseph $
+\GetIdInfo$Id: l3basics.dtx 2063 2010-10-03 08:26:49Z mittelba $
{L3 Experimental basic definitions}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -410,9 +410,8 @@
\cs_set_protected_nopar:Npn \chk_if_free_cs:N #1{
\cs_if_free:NF #1
{
- \msg_kernel_bug:x {Command~name~`\token_to_str:N #1'~
- already~defined!~
- Current~meaning:~\token_to_meaning:N #1
+ \msg_kernel_bug:x {Command~name~`\token_to_str:N #1'~already~defined!~
+ Current~meaning: \\ \c_space_tl \c_space_tl \token_to_meaning:N #1
}
}
\cs_record_meaning:N#1
@@ -428,9 +427,8 @@
{
\msg_kernel_bug:x
{
- Command~name~`\token_to_str:N #1'~
- already~defined!~
- Current~meaning:~\token_to_meaning:N #1
+ Command~name~`\token_to_str:N #1'~already~defined!~
+ Current~meaning: \\ \c_space_tl \c_space_tl \token_to_meaning:N #1
}
}
}