comparison src/dbusbind.c @ 110624:cf68fbaebcfe

* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". (Bug#7113)
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 27 Sep 2010 15:27:54 +0200
parents 1f02266d75ef
children 6a7fb61524be 56cf47a21830
comparison
equal deleted inserted replaced
110623:1f02266d75ef 110624:cf68fbaebcfe
2133 /* We can also set environment DBUS_VERBOSE=1 in order to see more 2133 /* We can also set environment DBUS_VERBOSE=1 in order to see more
2134 traces. */ 2134 traces. */
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);
2142 2142
2143 } 2143 }