mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
grammar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4d5f50bee2
commit
81a176818d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user