eudc-plist-get

eudc-plist-get is a compiled Lisp function in `eudc.el'.

(eudc-plist-get PLIST PROP &optional DEFAULT)

Extract a value from a property list.
PLIST is a property list, which is a list of the form
(PROP1 VALUE1 PROP2 VALUE2...). This function returns the value
corresponding to the given PROP, or DEFAULT if PROP is not
one of the properties on the list.