]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Fix isSpace for docstring
[lyx.git] / src / LyXAction.h
index f61772c56c9239ebfc98f5712d4bfe1f05b8d7b6..30aeac03d7e7bae29c36309835748336432a4d01 100644 (file)
@@ -22,7 +22,7 @@
 namespace lyx {
 
 // current LFUN format
-static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature
+static unsigned int const LFUN_FORMAT = 5; // spitz: 2.4.x changes
 
 class FuncRequest;
 class LyXErr;