comparison src/dbusbind.c @ 110622:a14b02ae1413

* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS. (Bug#7113)
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 27 Sep 2010 10:59:16 +0200
parents 998fccafba7a
children 1f02266d75ef
comparison
equal deleted inserted replaced
110621:c13750cbdbc5 110622:a14b02ae1413
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 #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);
2138 2140
2139 } 2141 }