git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26314 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-09-06 15:10:10 +00:00
parent d577bf8c4a
commit 849b405c73

View File

@ -1168,7 +1168,7 @@ void MathMacroTemplate::write(WriteStream & os, bool overwriteRedefinition) cons
} else {
// in LyX output we use some pseudo syntax which is implementation
// independent, e.g.
// \newcommand{\foo}[2][default}{#1,#2}
// \newcommand{\foo}[2][default]{#1,#2}
if (redefinition_ && !overwriteRedefinition)
os << "\\renewcommand";
else