From: Michael Albinus Date: Fri, 8 Oct 2010 12:41:49 +0000 (+0200) Subject: * keyboard.c: Revert last change; it was not intended to be X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b1c619f0b9e4018c51495952eb9e798caafe254;p=emacs.git * keyboard.c: Revert last change; it was not intended to be synchronized with the trunk. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0bde3bb19fe..151e0daa29d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-10-08 Michael Albinus + + * keyboard.c: Revert last change; it was not intended to be + synchronized with the trunk. + 2010-10-08 Kenichi Handa * coding.c (complement_process_encoding_system): Fix previous change. diff --git a/src/keyboard.c b/src/keyboard.c index b284244ac81..9af26cd427d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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);