> I cannot understand this point. Your additional test is passed
> by current code, the additional quote is unneeded I think.
Looks like I was just confused, thanks for double checking.
> (lambda (do plist prop)
> (macroexp-let2 macroexp-copyable-p key prop
> (gv-letplace (getter setter) plist
> - (macroexp-let2 nil p `(plist-member ,getter ,key)
> + (macroexp-let2 nil p `(cdr (plist-member ,getter ',key))
> (funcall do
> `(cadr ,p)
^^^^
car?
Could you send me the patch against `master`, so I can install it?
Stefan