[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110494: * commands.h (immediate_quit
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110494: * commands.h (immediate_quit): Remove duplicate decl. |
Date: |
Tue, 09 Oct 2012 23:39:16 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110494
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-09 23:39:16 -0700
message:
* commands.h (immediate_quit): Remove duplicate decl.
modified:
src/ChangeLog
src/commands.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-10-09 18:33:01 +0000
+++ b/src/ChangeLog 2012-10-10 06:39:16 +0000
@@ -1,3 +1,7 @@
+2012-10-10 Paul Eggert <address@hidden>
+
+ * commands.h (immediate_quit): Remove duplicate decl.
+
2012-10-09 Jan Djärv <address@hidden>
* nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
=== modified file 'src/commands.h'
--- a/src/commands.h 2012-01-19 07:21:25 +0000
+++ b/src/commands.h 2012-10-10 06:39:16 +0000
@@ -36,9 +36,6 @@
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110494: * commands.h (immediate_quit): Remove duplicate decl.,
Paul Eggert <=