Clarify comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-05 21:23:26 +00:00
parent afa873dc5f
commit 38e43ce4ca

View File

@ -875,7 +875,8 @@ Buffer::ReadStatus Buffer::readFile(FileName const & fn)
return readFile(tmpFile);
}
// InsetInfo needs to know if file is under VCS
// FIXME: InsetInfo needs to know whether the file is under VCS
// during the parse process, so this has to be done before.
lyxvc().file_found_hook(d->filename);
if (readDocument(lex)) {