branch: externals/bluetooth commit 1ec299733071d3f9dccdda56dfddb2c86e55d667 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
uses the correct bus (:system) for the callback methods --- bluetooth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth.el b/bluetooth.el index 8e2bb4f..ab2f281 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -499,7 +499,7 @@ This function only uses the first adapter reported by Bluez." "[A-Z][a-z]+" (lambda (x) (concat "-" (downcase x))) method t)) - collect (dbus-register-method :session dbus-service-emacs + collect (dbus-register-method :system dbus-service-emacs bluetooth--own-path bluetooth--agent-intf method (intern fname) t))))