Add a FIXME about when the appendix should be enabled.

This commit is contained in:
Richard Heck 2012-07-21 14:18:52 -04:00
parent 894569e601
commit 394e559ffc

View File

@ -2282,6 +2282,9 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
break;
case LFUN_APPENDIX:
// FIXME We really should not allow this to be put, e.g.,
// in a footnote, or in ERT. But it would make sense in a
// branch, so I'm not sure what to do.
flag.setOnOff(cur.paragraph().params().startOfAppendix());
break;