]> git.eshelyaron.com Git - emacs.git/commit
Cleanup in dbus.el, dbus-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 12 Sep 2020 17:33:44 +0000 (19:33 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 12 Sep 2020 17:33:44 +0000 (19:33 +0200)
commit2fca3015ddcbdfee524ff58bb4ce31bf1f91a3c4
treecf9f740d75f3acf1ccd0799193c8b4f78826e288
parent62f239eec2be42d857cc91009b4b7d8c8cf31b4e
Cleanup in dbus.el, dbus-tests.el

* lisp/net/dbus.el (dbus-error-no-reply): New defconst.
(dbus-call-method): Use it.
(dbus-call-method-asynchronously, dbus-register-signal): Fix docstring.
(dbus-unregister-object): Obey :serial entries in
`dbus-registered-objects-table'.

* test/lisp/net/dbus-tests.el (dbus-test04-register-method)
(dbus-test05-register-property): Extend tests.
lisp/net/dbus.el
test/lisp/net/dbus-tests.el