comparison src/commands.h @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents 376386a54a3c
children c5d627a313b1
comparison
equal deleted inserted replaced
184:bcd2674570bf 185:3d6bfa290dbd
107 107
108 extern int cursor_in_echo_area; 108 extern int cursor_in_echo_area;
109 109
110 extern Lisp_Object recent_keys_ring; 110 extern Lisp_Object recent_keys_ring;
111 extern int recent_keys_ring_index; 111 extern int recent_keys_ring_index;
112 112
113 /* #ifndef LISP_COMMAND_LOOP */ 113 /* #ifndef LISP_COMMAND_LOOP */
114 extern Lisp_Object Vtop_level; 114 extern Lisp_Object Vtop_level;
115 /* #else */ 115 /* #else */
116 extern Lisp_Object Vcommand_loop; 116 extern Lisp_Object Vcommand_loop;
117 /* #endif */ 117 /* #endif */