* keyboard.c: Revert last change; it was not intended to be

synchronized with the trunk.
This commit is contained in:
Michael Albinus 2010-10-08 14:41:49 +02:00
parent d2abc29aeb
commit 8b1c619f0b
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2010-10-08 Michael Albinus <michael.albinus@gmx.de>
* keyboard.c: Revert last change; it was not intended to be
synchronized with the trunk.
2010-10-08 Kenichi Handa <handa@m17n.org>
* coding.c (complement_process_encoding_system): Fix previous change.

View file

@ -3952,11 +3952,6 @@ kbd_buffer_get_event (KBOARD **kbp,
/* One way or another, wait until input is available; then, if
interrupt handlers have not read it, read it now. */
#ifdef HAVE_DBUS
/* Read D-Bus messages. */
xd_read_queued_messages ();
#endif /* HAVE_DBUS */
/* Note SIGIO has been undef'd if FIONREAD is missing. */
#ifdef SIGIO
gobble_input (0);