aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
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 93887fa9902..f3a573d3bce 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 putenv ("DBUS_FATAL_WARNINGS=0");
2139#endif 2139#endif
2140 2140
2141 Fprovide (intern_c_string ("dbusbind"), Qnil); 2141 Fprovide (intern_c_string ("dbusbind"), Qnil);