]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
This patch implements proper ERT behaviour for normal layouts.
[features.git] / src / Buffer.cpp
index 2d2ede3c447455cc373099a33aafdc5588d1e3ee..bf8e496d510d555f8d35f1253b173e37364bf729 100644 (file)
@@ -128,7 +128,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 405; // vfr: author hash
+int const LYX_FORMAT = 406; // rgh: passthru changes
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;