Mercurial > hg > xemacs-beta
diff src/commands.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 3d6bfa290dbd |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/commands.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/commands.h Mon Aug 13 10:28:48 2007 +0200 @@ -92,8 +92,6 @@ achieving the same functionality (e.g. use select()). */ /* extern int immediate_quit; Nonzero means ^G can quit instantly */ -extern Lisp_Object Vexecuting_macro; - /* Nonzero if input is coming from the keyboard */ #define INTERACTIVE (NILP (Vexecuting_macro) && !noninteractive) @@ -102,11 +100,6 @@ extern int modeline_changed; -/* Nonzero means reading single-character input with prompt - so put cursor on minibuffer after the prompt. */ - -extern int cursor_in_echo_area; - extern Lisp_Object recent_keys_ring; extern int recent_keys_ring_index; @@ -116,7 +109,6 @@ extern Lisp_Object Vcommand_loop; /* #endif */ DECLARE_DOESNT_RETURN (initial_command_loop (Lisp_Object)); -DOESNT_RETURN initial_command_loop (Lisp_Object); Lisp_Object call_command_loop (Lisp_Object catch_errors); extern int command_loop_level;