# HG changeset patch # User Richard M. Stallman # Date 1060795581 0 # Node ID db7b7dd7c12cab89856e60cff8ce9b0f4a84f745 # Parent f18ef41c0b413e111c2a14be3da05a2ec3ff6871 (Other Plists): Add lax-plist-get, lax-plist-put. diff -r f18ef41c0b41 -r db7b7dd7c12c lispref/symbols.texi --- a/lispref/symbols.texi Wed Aug 13 17:25:42 2003 +0000 +++ b/lispref/symbols.texi Wed Aug 13 17:26:21 2003 +0000 @@ -560,6 +560,16 @@ (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