Clamps Dictionary
get-prop
Function
(get-prop proplist key &optional default)
Like getf but using #'equal for testing of the property key.
Arguments
proplist |
Property list |
key |
Lisp Object ervong as key in property list. |
Example
(get-prop '("George" "Maciunas" "Simone" "de Beauvoir") "Simone") ; => "de Beauvoir"
Created: 2025-02-18 Di 12:58