diff options
| author | Paul Eggert | 2011-07-16 17:39:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-16 17:39:01 -0700 |
| commit | b1f367f797aa19047904e73a67e52f391c720e0d (patch) | |
| tree | d662146d7e2e99c221fae1cd2fecb0bc6b2b33d3 /src/process.c | |
| parent | 134643946085b24a695d73b3d8f7af5aa23602aa (diff) | |
| parent | 4f8a4547454e24304b4182fbf4ae4b34a7bdc92b (diff) | |
| download | emacs-b1f367f797aa19047904e73a67e52f391c720e0d.tar.gz emacs-b1f367f797aa19047904e73a67e52f391c720e0d.zip | |
Merge from trunk.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 1a884357b86..236c27e5c3a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -245,7 +245,7 @@ static void create_pty (Lisp_Object); | |||
| 245 | 245 | ||
| 246 | /* If we support a window system, turn on the code to poll periodically | 246 | /* If we support a window system, turn on the code to poll periodically |
| 247 | to detect C-g. It isn't actually used when doing interrupt input. */ | 247 | to detect C-g. It isn't actually used when doing interrupt input. */ |
| 248 | #ifdef HAVE_WINDOW_SYSTEM | 248 | #if defined(HAVE_WINDOW_SYSTEM) && !defined(USE_ASYNC_EVENTS) |
| 249 | #define POLL_FOR_INPUT | 249 | #define POLL_FOR_INPUT |
| 250 | #endif | 250 | #endif |
| 251 | 251 | ||