emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101851: * keyboard.c: Revert last ch


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101851: * keyboard.c: Revert last change; it was not intended to be
Date: Fri, 08 Oct 2010 14:41:49 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101851
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Fri 2010-10-08 14:41:49 +0200
message:
  * keyboard.c: Revert last change; it was not intended to be
  synchronized with the trunk.
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-08 10:14:47 +0000
+++ b/src/ChangeLog     2010-10-08 12:41:49 +0000
@@ -1,3 +1,8 @@
+2010-10-08  Michael Albinus  <address@hidden>
+
+       * keyboard.c: Revert last change; it was not intended to be
+       synchronized with the trunk.
+
 2010-10-08  Kenichi Handa  <address@hidden>
 
        * coding.c (complement_process_encoding_system): Fix previous change.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2010-10-08 10:14:47 +0000
+++ b/src/keyboard.c    2010-10-08 12:41:49 +0000
@@ -3952,11 +3952,6 @@
       /* 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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]