Mercurial > hg > xemacs-beta
comparison src/cmdloop.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
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 int command_loop_level; |
42 | |
43 /* Total number of times command_loop has read a key sequence. */ | |
44 int num_input_keys; | |
45 | 42 |
46 #ifndef LISP_COMMAND_LOOP | 43 #ifndef LISP_COMMAND_LOOP |
47 /* Form to evaluate (if non-nil) when Emacs is started. */ | 44 /* Form to evaluate (if non-nil) when Emacs is started. */ |
48 Lisp_Object Vtop_level; | 45 Lisp_Object Vtop_level; |
49 #else | 46 #else |