comparison src/cmdloop.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents e11d67e05968
children 74fd4e045ea6
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
33 33
34 #include "buffer.h" 34 #include "buffer.h"
35 #include "commands.h" 35 #include "commands.h"
36 #include "frame.h" 36 #include "frame.h"
37 #include "events.h" 37 #include "events.h"
38 #include "macros.h"
39 #include "window.h" 38 #include "window.h"
40 39
41 /* Current depth in recursive edits. */ 40 /* Current depth in recursive edits. */
42 int command_loop_level; 41 int command_loop_level;
43 42