diff options
| author | Michael Albinus | 2010-09-27 10:59:16 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-09-27 10:59:16 +0200 |
| commit | e0720500f63c0fc2224dda81d02970583dea135c (patch) | |
| tree | cc24e63f517398390177745faa8814bc24503d5a /src/dbusbind.c | |
| parent | fd057fd25e400a18cc83ba17ce487c760a78f18d (diff) | |
| download | emacs-e0720500f63c0fc2224dda81d02970583dea135c.tar.gz emacs-e0720500f63c0fc2224dda81d02970583dea135c.zip | |
* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
(Bug#7113)
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index f710741b591..6fc5a923422 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -2132,6 +2132,8 @@ message arrives. */); | |||
| 2132 | Vdbus_debug = Qt; | 2132 | Vdbus_debug = Qt; |
| 2133 | #else | 2133 | #else |
| 2134 | Vdbus_debug = Qnil; | 2134 | Vdbus_debug = Qnil; |
| 2135 | /* We do not want to abort. */ | ||
| 2136 | unsetenv ("DBUS_FATAL_WARNINGS"); | ||
| 2135 | #endif | 2137 | #endif |
| 2136 | 2138 | ||
| 2137 | Fprovide (intern_c_string ("dbusbind"), Qnil); | 2139 | Fprovide (intern_c_string ("dbusbind"), Qnil); |