diff options
| author | Kenichi Handa | 2010-09-29 09:55:58 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-09-29 09:55:58 +0900 |
| commit | 9fb7a510c91c6aad04d2d6ba8e8c0889d19e1d79 (patch) | |
| tree | e4efb3b3174cb991030691a6ff61a2ee53555f07 /src/dbusbind.c | |
| parent | 18acb5ad4fcf3b8b00aacaca14cb5e0b24a854c4 (diff) | |
| parent | dec834684640a6495b39bf11e500d326b4ff193b (diff) | |
| download | emacs-9fb7a510c91c6aad04d2d6ba8e8c0889d19e1d79.tar.gz emacs-9fb7a510c91c6aad04d2d6ba8e8c0889d19e1d79.zip | |
merge emacs-23
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index f710741b591..f3a573d3bce 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -2130,8 +2130,12 @@ message arrives. */); | |||
| 2130 | doc: /* If non-nil, debug messages of D-Bus bindings are raised. */); | 2130 | doc: /* If non-nil, debug messages of D-Bus bindings are raised. */); |
| 2131 | #ifdef DBUS_DEBUG | 2131 | #ifdef DBUS_DEBUG |
| 2132 | Vdbus_debug = Qt; | 2132 | Vdbus_debug = Qt; |
| 2133 | /* We can also set environment DBUS_VERBOSE=1 in order to see more | ||
| 2134 | traces. */ | ||
| 2133 | #else | 2135 | #else |
| 2134 | Vdbus_debug = Qnil; | 2136 | Vdbus_debug = Qnil; |
| 2137 | /* We do not want to abort. */ | ||
| 2138 | putenv ("DBUS_FATAL_WARNINGS=0"); | ||
| 2135 | #endif | 2139 | #endif |
| 2136 | 2140 | ||
| 2137 | Fprovide (intern_c_string ("dbusbind"), Qnil); | 2141 | Fprovide (intern_c_string ("dbusbind"), Qnil); |