diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2014-06-05 10:24:54 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2014-06-05 10:24:54 +0400 |
commit | ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd (patch) | |
tree | d055b3ab685fea0ab59223f9dfcedd858576eccd /nt/ChangeLog | |
parent | 0d46b5f12c2e87c1fb2d5f103f2012c2f03a7ba9 (diff) | |
download | emacs-ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd.tar.gz |
* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
* nt/inc/ms-w32.h (POLL_FOR_INPUT): Likewise.
* src/keyboard.c, src/process.c: Do not define POLL_FOR_INPUT here
because it will be defined in generated config.h if needed.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r-- | nt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 3c614b8ebec..cbbb5814762 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2014-06-05 Dmitry Antipov <dmantipov@yandex.ru> + + * inc/ms-w32.h (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM. + 2014-05-29 Eli Zaretskii <eliz@gnu.org> * Makefile.in (DONT_INSTALL): Now empty. |