]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / insets / InsetERT.cpp
index 61b3128ffb82451f6935e3b5d325f7a05c22c8af..d120a58114d783aad6dacf6ce94048d0cf7dee9d 100644 (file)
 #include "Paragraph.h"
 #include "TextClass.h"
 
-#include "frontends/alert.h"
-#include "frontends/Application.h"
-
-#include "support/debug.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"
 
@@ -114,6 +110,7 @@ void InsetERT::doDispatch(Cursor & cur, FuncRequest & cmd)
        switch (cmd.action()) {
        case LFUN_INSET_MODIFY:
                if (cmd.getArg(0) == "ert") {
+                       cur.recordUndoInset(ATOMIC_UNDO, this);
                        setStatus(cur, string2params(to_utf8(cmd.argument())));
                        break;
                }