From: Richard M. Stallman Date: Wed, 13 Aug 2003 17:26:21 +0000 (+0000) Subject: (Other Plists): Add lax-plist-get, lax-plist-put. X-Git-Tag: ttn-vms-21-2-B4~9112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55ccf8be3783bb59e3d54c770e2ce7a271474854;p=emacs.git (Other Plists): Add lax-plist-get, lax-plist-put. --- diff --git a/lispref/symbols.texi b/lispref/symbols.texi index ae4dffec89c..ee7eaf92f1e 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -560,6 +560,16 @@ in the place where you got @var{plist}. For example, (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