eudc-lax-plist-get

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

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

Extract a value from a lax property list.

PLIST is a lax property list, which is a list of the form (PROP1
VALUE1 PROP2 VALUE2...), where comparisons between properties are done
using `equal' instead of `eq'. This function returns the value
corresponding to PROP, or DEFAULT if PROP is not one of the
properties on the list.