]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
white-space changes, removed definitions.h several enum changes because of this,...
[lyx.git] / src / commandtags.h
index 0418b0d8144bd33a1e148f23e049d94629dced74..9348ca137f9552ba1680d6b1c230a6deee517a5b 100644 (file)
@@ -7,9 +7,10 @@
    - add a help text in LyXAction::getHelp() in LyXAction.C
    \* ======================================================================= */
 
-#ifndef _COMMANDTAGS_H_
-#define _COMMANDTAGS_H_
+#ifndef COMMANDTAGS_H
+#define COMMANDTAGS_H
 
+#include "debug.h"
 
 /** These are all the lyxfunctions (as enums).
  */
@@ -117,7 +118,9 @@ enum kb_action {
        LFUN_GETNAME,
        LFUN_NOTIFY,
         LFUN_GOTOFILEROW,   // Edmar 12/23/98
+#if 0
        LFUN_INSERT_INSET_LATEX,
+#endif
        LFUN_INSERT_NOTE,
        LFUN_KMAP_OFF,
        LFUN_KMAP_PRIM,
@@ -240,5 +243,6 @@ enum kb_action {
        LFUN_LASTACTION  /* this marks the end of the table */
 };
 
+ostream & operator<<(ostream &, kb_action);
 #endif