comparison src/cmdloop.c @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents 576fb035e263
children 52626a2f02ef
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
36 #include "frame.h" 36 #include "frame.h"
37 #include "events.h" 37 #include "events.h"
38 #include "window.h" 38 #include "window.h"
39 39
40 /* Current depth in recursive edits. */ 40 /* Current depth in recursive edits. */
41 int command_loop_level; 41 Fixnum command_loop_level;
42 42
43 #ifndef LISP_COMMAND_LOOP 43 #ifndef LISP_COMMAND_LOOP
44 /* Form to evaluate (if non-nil) when Emacs is started. */ 44 /* Form to evaluate (if non-nil) when Emacs is started. */
45 Lisp_Object Vtop_level; 45 Lisp_Object Vtop_level;
46 #else 46 #else