summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-20 22:47:16 +0000
committerKarl Berry <karl@freefriends.org>2016-01-20 22:47:16 +0000
commitdd7ec4a0105ddb2454aad7ead5e8b729781e59b6 (patch)
tree599203344a18eadf822d4faead235e0d359318a4 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
parent7b6d4874cb6cb5848e113ca5a95ee9f0c0e209a3 (diff)
chemmacros (20jan16)
git-svn-id: svn://tug.org/texlive/trunk@39439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
index 3bb594156c2..d62b2b5aa7e 100644
--- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
+++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
@@ -11,7 +11,7 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-% Copyright 2011-2015 Clemens Niederberger
+% Copyright 2011-2016 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -259,11 +259,11 @@
% --------------------------------------------------------------------------
% a setup command:
-\NewDocumentCommand \chemsetup { o m }
+\NewDocumentCommand \chemsetup {om}
{
\IfNoValueTF {#1}
- { \keys_set:nn {chemmacros} {#2} }
- { \keys_set:nn { chemmacros / #1 } {#2} }
+ { \keys_set:nn {chemmacros} {#2} }
+ { \keys_set:nn {chemmacros/#1} {#2} }
}
\keys_define:nn {chemmacros}