]> git.eshelyaron.com Git - emacs.git/commit
Stricter checks for D-Bus compound types.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 30 Sep 2020 13:28:53 +0000 (15:28 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 30 Sep 2020 13:28:53 +0000 (15:28 +0200)
commitb7224f9629ce549806ae3b4c974ce937bb20e840
treecc61db97ecedb6da4e8aa75cffb1944a53bb77f1
parent17ecfa8698096deb0cbd43889c6f0ded2584cce0
Stricter checks for D-Bus compound types.

* src/dbusbind.c (XD_DBUS_TYPE_P, Fdbus__init_bus)
(xd_read_queued_messages): Use Fkeywordp instead of SYMBOLP.
(xd_signature): Stricter checks for compound types.

* test/lisp/net/dbus-tests.el (dbus-test01-compound-types): Extend test.
src/dbusbind.c
test/lisp/net/dbus-tests.el