+2012-03-09 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/dbus.el: (dbus-property-handler): Return empty array if
+ there are no properties.
+
2012-03-09 Leo Liu <sdl.web@gmail.com>
* savehist.el (savehist-printable): Stricter check for string
(car (last key))
(list :variant (cdar (last (car val))))))))
dbus-registered-objects-table)
- (list result))))))
+ ;; Return the result, or an empty array.
+ (list :array (or result '(:signature "{sv}"))))))))
\f
;; Initialize :system and :session buses. This adds their file