From 77e344e50a6ce7f211a7d820f87e2ab58093709d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 9 Oct 2012 23:39:16 -0700 Subject: [PATCH] * commands.h (immediate_quit): Remove duplicate decl. --- src/ChangeLog | 4 ++++ src/commands.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 392825757ae..dedf10b8e2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-10-10 Paul Eggert + + * commands.h (immediate_quit): Remove duplicate decl. + 2012-10-09 Jan Djärv * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles diff --git a/src/commands.h b/src/commands.h index 36f600cee01..510fce0e182 100644 --- a/src/commands.h +++ b/src/commands.h @@ -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) -- 2.11.4.GIT