diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-09 23:39:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-09 23:39:16 -0700 |
commit | 77e344e50a6ce7f211a7d820f87e2ab58093709d (patch) | |
tree | 7d4787c22be9aa937d9fd0bd83e21bc7058f102a /src/commands.h | |
parent | d8e213ebe37ae306581bb7030f62b66fff18625b (diff) | |
download | emacs-77e344e50a6ce7f211a7d820f87e2ab58093709d.tar.gz |
* commands.h (immediate_quit): Remove duplicate decl.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
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) |