]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 392825757aed2212382836276762b1937890fbd5..dedf10b8e2dbc8b8f6cf70b41a45adacd6dc6fac 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 36f600cee01a7060e5c2645f9c4c27330eecf394..510fce0e182195f8e2467b6193b8f0e302e793f6 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)