diff options
| author | Paul Eggert | 2012-04-22 21:08:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-22 21:08:51 -0700 |
| commit | 888bec305043c6576d82f9988c63694b8133e3fd (patch) | |
| tree | 2f58a6e213b49e5016abe502c4cd432f8db4487e /src/ChangeLog | |
| parent | d0baac98ac8f673ec56bc8b0b1fd7d280831b015 (diff) | |
| download | emacs-888bec305043c6576d82f9988c63694b8133e3fd.tar.gz emacs-888bec305043c6576d82f9988c63694b8133e3fd.zip | |
* keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
Problem reported by Juanma Barranquero for Windows -Wunused-function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 410e6e01f45..825211aa8ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO. | ||
| 4 | Problem reported by Juanma Barranquero for Windows -Wunused-function. | ||
| 5 | |||
| 1 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Modernize and clean up gmalloc.c to assume C89 (Bug#9119). | 8 | Modernize and clean up gmalloc.c to assume C89 (Bug#9119). |