]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.c: Revert last change; it was not intended to be
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Oct 2010 12:41:49 +0000 (14:41 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Oct 2010 12:41:49 +0000 (14:41 +0200)
synchronized with the trunk.

src/ChangeLog
src/keyboard.c

index 0bde3bb19fe199c3d830fd833a2f6aac7589001e..151e0daa29d500c1b87014e195aeb903eed91074 100644 (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.
index b284244ac81fc523a71d130583942ec2f0e19b4a..9af26cd427dd311224bce9b1799064042ea4a051 100644 (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);