* commands.h (immediate_quit): Remove duplicate decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Oct 2012 06:39:16 +0000 (23:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Oct 2012 06:39:16 +0000 (23:39 -0700)
src/ChangeLog
src/commands.h

index 3928257..dedf10b 100644 (file)
@@ -1,3 +1,7 @@
+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
index 36f600c..510fce0 100644 (file)
@@ -36,9 +36,6 @@ 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 */
 
 #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive)