git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-05-27 15:51:56 +00:00
parent 4d5f50bee2
commit 81a176818d

View File

@ -563,9 +563,11 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
flag = getStatus(func);
theTopLevelCmdDef().release(name);
} else {
// catch recursion or unknown command definiton
// all operations until the recursion or unknown command
// definiton occures are performed, so set the state to enabled
// catch recursion or unknown command
// definition. all operations until the
// recursion or unknown command definition
// occurs are performed, so set the state to
// enabled
enable = true;
}
break;