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
1825653e
Commit
1825653e
authored
Feb 18, 2014
by
Michael Albinus
Browse files
* dbusbind.c (xd_close_bus): Apply proper check on busobj.
parent
526e126f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/dbusbind.c
src/dbusbind.c
+2
-2
No files found.
src/ChangeLog
View file @
1825653e
2014-02-18 Michael Albinus <michael.albinus@gmx.de>
* dbusbind.c (xd_close_bus): Apply proper check on busobj.
2014-02-17 Paul Eggert <eggert@cs.ucla.edu>
temacs --daemon fix (Bug#16599).
...
...
src/dbusbind.c
View file @
1825653e
...
...
@@ -973,7 +973,7 @@ xd_get_connection_references (DBusConnection *connection)
return
*
refcount
;
}
/* Convert a Lisp
db
us object to a pointer */
/* Convert a Lisp
D-B
us object to a pointer
.
*/
static
DBusConnection
*
xd_lisp_dbus_to_dbus
(
Lisp_Object
bus
)
{
...
...
@@ -1095,7 +1095,7 @@ xd_close_bus (Lisp_Object bus)
return
;
busobj
=
CDR_SAFE
(
val
);
if
(
NILP
(
val
))
{
if
(
NILP
(
busobj
))
{
xd_registered_buses
=
Fdelete
(
val
,
xd_registered_buses
);
return
;
}
...
...
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