]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
Move #includes out of header files.
[lyx.git] / src / lfuns.h
index f9a979e64a605dab566d77e6485b5222a9fa3941..c06047b7e1f75d523113d1471131c12324701274 100644 (file)
@@ -1,10 +1,10 @@
-// -*- C++ --*
+// -*- C++ -*-
 /**
  * \file lfuns.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * To add a new function:
  * - add a new enum constant immediately before LFUN_LASTACTION
@@ -321,7 +321,8 @@ enum kb_action {
        LFUN_PARAGRAPH_UPDATE,
        LFUN_EXTERNAL_EDIT,
        // 245
-
+       LFUN_INSERT_BRANCH,
+       
        LFUN_LASTACTION                  // end of the table
 };