]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Fix isSpace for docstring
[lyx.git] / src / LyXAction.h
index 9191694372bb2667aa1bca219e5a1f2946b413a4..30aeac03d7e7bae29c36309835748336432a4d01 100644 (file)
@@ -21,6 +21,9 @@
 
 namespace lyx {
 
+// current LFUN format
+static unsigned int const LFUN_FORMAT = 5; // spitz: 2.4.x changes
+
 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;