emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bluetooth 1ec2997 22/57: uses the correct bus (:system)


From: Stefan Monnier
Subject: [elpa] externals/bluetooth 1ec2997 22/57: uses the correct bus (:system) for the callback methods
Date: Thu, 7 Nov 2019 23:28:52 -0500 (EST)

branch: externals/bluetooth
commit 1ec299733071d3f9dccdda56dfddb2c86e55d667
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]