when responding to "GetAll" properties.
+2009-12-12 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/dbus.el (dbus-property-handler): Filter lambda forms out
+ when responding to "GetAll" properties.
+
2009-12-12 Chong Yidong <cyd@stupidchicken.com>
* simple.el (compose-mail): Remove mail-setup-with-from from
(lambda (key val)
(when (and (equal (butlast key) (list bus interface))
(string-equal path (nth 2 (car val)))
- (consp (car (last (car val)))))
+ (not (functionp (car (last (car val))))))
(add-to-list
'result
(list :dict-entry