* net/dbus.el (dbus-property-handler): Filter lambda forms out
when responding to "GetAll" properties.
This commit is contained in:
parent
ba68c0b0c4
commit
31bb373f92
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -954,7 +954,7 @@ It will be registered for all objects created by `dbus-register-object'."
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue