+2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ * commands.h (immediate_quit): Remove duplicate decl.
+
2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
* nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
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 */
#define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive)