]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Amend [324b8287/lyxgit]
[lyx.git] / src / LyXAction.h
index 9191694372bb2667aa1bca219e5a1f2946b413a4..f61772c56c9239ebfc98f5712d4bfe1f05b8d7b6 100644 (file)
@@ -21,6 +21,9 @@
 
 namespace lyx {
 
+// current LFUN format
+static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature
+
 class FuncRequest;
 class LyXErr;
 
@@ -74,7 +77,7 @@ public:
         * Creates a FuncRequest from a string of the form:
         *   lyx-function [argument]
         * where the argument is optional and "lyx-function" is in the form you'd
-        * enter it in the mini-buffer. 
+        * enter it in the mini-buffer.
         */
        FuncRequest lookupFunc(std::string const & func_name) const;