X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/99a33b77e15b9a075024701d060d912b2fd87caf..4ec52e2f8c1697994618b4bdfd013659f6defb1b:/src/commands.h diff --git a/src/commands.h b/src/commands.h index bcd5de4418..b7f0049515 100644 --- a/src/commands.h +++ b/src/commands.h @@ -1,5 +1,5 @@ /* Definitions needed by most editing commands. - Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc. + Copyright (C) 1985, 1994, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -36,13 +36,10 @@ extern Lisp_Object control_x_map; events until a non-ASCII event is acceptable as input. */ extern Lisp_Object unread_switch_frame; -/* Nonzero means ^G can quit instantly */ -extern int immediate_quit; - -/* Nonzero if input is coming from the keyboard */ +/* Nonzero if input is coming from the keyboard. */ #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive) -/* Set this nonzero to force reconsideration of mode line. */ +/* Set this nonzero to force reconsideration of mode line. */ extern int update_mode_lines;