Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9b994fed
Commit
9b994fed
authored
Aug 21, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dbusbind.c (xd_remove_watch): Do not assume C99 comments.
parent
01b13eb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/dbusbind.c
src/dbusbind.c
+4
-2
No files found.
src/ChangeLog
View file @
9b994fed
2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
* dbusbind.c (xd_remove_watch): Do not assume C99 comments.
2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
Avoid direct writes to contents member of struct Lisp_Vector.
...
...
src/dbusbind.c
View file @
9b994fed
...
...
@@ -1039,11 +1039,13 @@ xd_remove_watch (DBusWatch *watch, void *data)
return
;
/* Unset session environment. */
#if 0
if (XSYMBOL (QCdbus_session_bus) == data)
{
//
XD_DEBUG_MESSAGE ("unsetenv DBUS_SESSION_BUS_ADDRESS");
//
unsetenv ("DBUS_SESSION_BUS_ADDRESS");
XD_DEBUG_MESSAGE ("unsetenv DBUS_SESSION_BUS_ADDRESS");
unsetenv ("DBUS_SESSION_BUS_ADDRESS");
}
#endif
if
(
flags
&
DBUS_WATCH_WRITABLE
)
delete_write_fd
(
fd
);
...
...
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