aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorJoakim Verona2011-09-14 11:45:59 +0200
committerJoakim Verona2011-09-14 11:45:59 +0200
commit8d07d23ecd32b9e9f07234313c2e712a8c42b524 (patch)
treed5d925a00733d9a6d1f637b8f3dfdd40c33a2fe7 /src/dbusbind.c
parent8918dacdb34e848edcd894e32de5b7b4e2fa19ea (diff)
parent46888499da0bb61ce47d339275d5a0c757a02eb2 (diff)
downloademacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.tar.gz
emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.zip
upstream
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 2a38d15873c..227d4e647e9 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -1880,7 +1880,7 @@ xd_read_queued_messages (int fd, void *data, int for_read)
1880 busp = CDR_SAFE (busp); 1880 busp = CDR_SAFE (busp);
1881 } 1881 }
1882 1882
1883 if (NILP(bus)) 1883 if (NILP (bus))
1884 return; 1884 return;
1885 1885
1886 /* We ignore all Lisp errors during the call. */ 1886 /* We ignore all Lisp errors during the call. */