From 55ccf8be3783bb59e3d54c770e2ce7a271474854 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 Aug 2003 17:26:21 +0000 Subject: [PATCH] (Other Plists): Add lax-plist-get, lax-plist-put. --- lispref/symbols.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.2