Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e0720500
Commit
e0720500
authored
Sep 27, 2010
by
Michael Albinus
Browse files
* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
(Bug#7113)
parent
fd057fd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/dbusbind.c
src/dbusbind.c
+2
-0
No files found.
src/ChangeLog
View file @
e0720500
2010-09-27 Michael Albinus <michael.albinus@gmx.de>
* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
(Bug#7113)
2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
* xgselect.c (xg_select): Clear file descriptors not set from
...
...
src/dbusbind.c
View file @
e0720500
...
...
@@ -2132,6 +2132,8 @@ message arrives. */);
Vdbus_debug
=
Qt
;
#else
Vdbus_debug
=
Qnil
;
/* We do not want to abort. */
unsetenv
(
"DBUS_FATAL_WARNINGS"
);
#endif
Fprovide
(
intern_c_string
(
"dbusbind"
),
Qnil
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment