* regex.c (immediate_quit) [emacs]: Remove duplicate decl.
This commit is contained in:
parent
29f21cdf23
commit
e738ca5624
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* regex.c (immediate_quit) [emacs]: Remove duplicate decl.
|
||||
|
||||
2012-10-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
|
||||
|
|
|
|||
|
|
@ -1834,7 +1834,6 @@ typedef struct
|
|||
/* Explicit quit checking is needed for Emacs, which uses polling to
|
||||
process input events. */
|
||||
#ifdef emacs
|
||||
extern int immediate_quit;
|
||||
# define IMMEDIATE_QUIT_CHECK \
|
||||
do { \
|
||||
if (immediate_quit) QUIT; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue