(plist-put (symbol-plist symbol) prop value)))
@end example
+@defun lax-plist-get plist property
+Like @code{plist-get} except that it compares properties
+using @code{equal} instead of @code{eq}.
+@end defun
+
+@defun lax-plist-put plist property value
+Like @code{plist-put} except that it compares properties
+using @code{equal} instead of @code{eq}.
+@end defun
+
@defun plist-member plist property
@tindex plist-member
This returns non-@code{nil} if @var{plist} contains the given