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
6fd2d19a
Commit
6fd2d19a
authored
Aug 20, 2009
by
Michael Albinus
Browse files
* net/dbus.el (top): Don't check for (getenv
"DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
parent
3f56d3c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/dbus.el
lisp/net/dbus.el
+2
-3
No files found.
lisp/ChangeLog
View file @
6fd2d19a
2009-08-20 Michael Albinus <michael.albinus@gmx.de>
* net/dbus.el (top): Don't check for (getenv
"DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
* log-edit.el (log-edit-strip-single-file-name): New var.
...
...
lisp/net/dbus.el
View file @
6fd2d19a
...
...
@@ -836,9 +836,8 @@ name of the property, and its value. If there are no properties,
;; descriptors to input_wait_mask, in order to detect incoming
;; messages immediately.
(
dbus-ignore-errors
(
when
(
getenv
"DBUS_SESSION_BUS_ADDRESS"
)
(
dbus-init-bus
:system
)
(
dbus-init-bus
:session
)))
(
dbus-init-bus
:system
)
(
dbus-init-bus
:session
))
(
provide
'dbus
)
...
...
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