mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Clarify comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
afa873dc5f
commit
38e43ce4ca
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user