]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Remove some spacing above InsetColapsible when possible
[lyx.git] / src / FuncCode.h
index f2021dd6d07297b47547433836a118cf03f641b2..762bc035caf96562b384e84ab0cf0abfb4b104d6 100644 (file)
@@ -486,6 +486,10 @@ enum FuncCode
        LFUN_TABULAR_STYLE_INSERT,      // spitz, 20190325
        LFUN_PARAGRAPH_SELECT,          // Kornel, 20190416
        LFUN_BIDI,
+       // 380
+       LFUN_BUFFER_RESET_EXPORT,       // spitz 20191226
+       LFUN_MASTER_BUFFER_FORALL,      // spitz 20191231
+       LFUN_IF_RELATIVES,              // spitz 20200102
        LFUN_LASTACTION                 // end of the table
 };