diff options
| author | Michael Albinus | 2010-09-27 15:27:54 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-09-27 15:27:54 +0200 |
| commit | 789af3cd80d7d399394e518ce0458c234fedf54a (patch) | |
| tree | bb75cad1143c188f1dbd99dd18badf25447a6353 /src | |
| parent | 11a5af7c3f30a5aa9823cf386ac82a56b3b81f2c (diff) | |
| download | emacs-789af3cd80d7d399394e518ce0458c234fedf54a.tar.gz emacs-789af3cd80d7d399394e518ce0458c234fedf54a.zip | |
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
(Bug#7113)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 0b5d32ce467..93887fa9902 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -2135,7 +2135,7 @@ message arrives. */); | |||
| 2135 | #else | 2135 | #else |
| 2136 | Vdbus_debug = Qnil; | 2136 | Vdbus_debug = Qnil; |
| 2137 | /* We do not want to abort. */ | 2137 | /* We do not want to abort. */ |
| 2138 | setenv ("DBUS_FATAL_WARNINGS", 0, 1); | 2138 | setenv ("DBUS_FATAL_WARNINGS", "0", 1); |
| 2139 | #endif | 2139 | #endif |
| 2140 | 2140 | ||
| 2141 | Fprovide (intern_c_string ("dbusbind"), Qnil); | 2141 | Fprovide (intern_c_string ("dbusbind"), Qnil); |